Developing with Docker - NodeJS
Steps to Dockerizing a nodejs application
1. Create your nodejs application
In this article, we will use a simple node application: node app
2. Create a dockerfile at the root folder of your application and copy the commands below
#dockerfile
F...
jennykibiri.hashnode.dev3 min read