2 lines
106 B
Bash
2 lines
106 B
Bash
docker run --rm -it --net=host -v $PWD/html:/html -v $PWD/nginx.conf:/etc/nginx/conf.d/default.conf nginx
|