Nodejs application with Docker Conatiner
// clone the application with git clone// then install the npm modules usingnpminstallnodeserver.js docker build -t <imagename:version>. // 9005 port is given since the docker file contains 9005 port
docker run -it -d -p <outside-port-of-your-choice>:9005 <imagename:version>