How to use docker to run a node js application
In this blog, I'll show you how to build a node js application, generate an image for it, and run it using Docker.
Let's create our node js application.
mdkir nodejsapp
cd nodejsapp
Now lets initialize package.json file using the following command.
...
ndrohith09.hashnode.dev2 min read