A simple boiler plate for the initial setup of NodeJS project using docker. Just install docker and run the application on any OS .
To build go the directory and enter the build command *** docker build -t __NAME__ . ***
To run the node app on container enter the docker run command *** docker run -p 1234:1234 __NAME__ ***