mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-04-25 09:22:19 +00:00
6 lines
155 B
Bash
6 lines
155 B
Bash
|
#!/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
|