mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-04-24 17:02:16 +00:00
6 lines
155 B
Bash
Executable File
6 lines
155 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
docker run -it --rm -p 8000:80 \
|
|
-v $(pwd)/../../docs:/usr/share/nginx/html \
|
|
-v $(pwd)/nginx.conf:/etc/nginx/nginx.conf \
|
|
nginx |