Skip to content

Repository files navigation

nodejs-docker

Nodejs application with Docker Conatiner

Installation

// clone the application with git clone// then install the npm modules usingnpminstall

Running the application

nodeserver.js

Building docker image

 docker build -t <imagename:version>.

Running docker container

 // 9005 port is given since the docker file contains 9005 port
docker run -it -d -p <outside-port-of-your-choice>:9005 <imagename:version>

About

Nodejs application with docker Conatiner

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages