Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 178 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 178 Bytes

DockerPractice

The Sample NodeJs Docker App.
To Run the app in your localhost, use docker build . and then run the docker container using docker run -p 3000:80 <image>