Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 186 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 186 Bytes

To build locally, run Docker on your machine and run this:

docker build -t my_nginx_demo .
docker run -p 80:80 my_nginx_demo

Then navigate to http://localhost in your browser.