Dockerizing a Node.js web app
We all have heard of docker a lot. In this post we will see how to dockerize your existing node js appliation.
We will create a docker image for our Nodejs application. A Docker image is a self-contained unit that bundles the app with the environment...
sanjayrajpoot.hashnode.dev3 min read