Skip to content

Nodejs application with docker Conatiner

Notifications You must be signed in to change notification settings

pranscript/nodejs-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS-docker

Nodejs application with Docker Conatiner

Installation

    // clone the application with git clone

    // then install the npm modules using
     
    npm install

Running the application

    node server.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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 79.5%
  • Dockerfile 8.6%
  • CSS 6.4%
  • JavaScript 5.5%