Closed khannakshat7 closed 3 years ago
Resolves Issue #5
A simple Dockerize Hello-World Node JS (Express) application. Added Docker config in Dockerfile.
Docker, NodeJS
Run the following commands- docker build . -t <your username>/node-web-app docker run -p 3000:3000 -d <your username>/node-web-app
docker build . -t <your username>/node-web-app
docker run -p 3000:3000 -d <your username>/node-web-app
Then, Go to URL localhost:3000 in your browser
localhost:3000
@srujangit123 Please review and merge the PR
@srujangit123 Any Update?
LGTM!! @ikjot-2605 You can merge this PR
Resolves Issue #5
Description
A simple Dockerize Hello-World Node JS (Express) application. Added Docker config in Dockerfile.
Technical Specifications
Docker, NodeJS
Screenshots (if required)
How to run
Run the following commands-
docker build . -t <your username>/node-web-app
docker run -p 3000:3000 -d <your username>/node-web-app
Then, Go to URL
localhost:3000
in your browserChecklist