Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 473 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 473 Bytes

Dockerizing a Nodejs App

Run
docker-compose up
Other Commands
docker-compose up -d # run in background
docker-compose down # stop and remove the created services
docker-compose stop # stop the services
docker-compose start # start the services
docker-compose run <service> # run a specific service
Further Reading

Please check Dockerizing nodejs app on medium.