Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 401 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 401 Bytes

This project was created to go along with this article

run the project

In the project directory, run:

  • npm run build
  • docker build -t nginx/test .
  • docker run --name="nginx-test-app" -p 8080:8080 nginx/test

Open up http://localhost:8080 to view it in the browser.