Skip to content

Shreya111111/DockerPractice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>