This project was created to go along with this article
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.
This project was created to go along with this article
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.