Skip to content

mahartariq/dockerized-nodejs-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to containerize this app, follow these steps

make sure you are in node-js-app folder on your system

docker build -t node-app-image .
docker container run --name=first-node-cont -d -p 8550:8080 node-app-image

that's it!!! now click on following

http://localhost:8550

docker-hub

https://hub.docker.com/u/mahartariq

About

configuring a production-ready image using multistage builds to containerize the node-js application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published