Skip to content

Harsh-Daga/Dockerized-Node-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Node App

1. Creating the docker Image

docker build -t node-image .

2. Running the above created Image via a Docker Container

docker run -dp 3000:3000 node-image

3. Now visit localhost:3000 to view the node app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published