Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 183 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 183 Bytes

static-website-docker-nginx

static website with docker & nginx

docker build . -t my-client
docker run -it -p 3001:80 -d -v "$(pwd)"/html:/usr/share/nginx/html my-client