GitHub - pchaddha/easy-node-docker: Easy Node Docker Application For First Time CI Builds · GitHub
Skip to content

pchaddha/easy-node-docker

 
 

Folders and files

Repository files navigation

Harness Developer Hub Sample App

CI CD FF CCM SRM STO CE

Easy Node Docker

This example is based of of the NodeJS's Project Example -> https://nodejs.org/en/docs/guides/nodejs-docker-webapp/

Building the Example

NPM and Docker are needed.

NPM:
choco install nodejs
brew install node

Docker:
choco install docker
brew install docker

Local Testing [opional]:

npm install
npm test

Docker Build.

docker build --tag your_user/repo:tag .
docker push your_user/repo:tag

Exposed Port

The app as is, is exposed on port '2121'.

About

Easy Node Docker Application For First Time CI Builds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • JavaScript 53.5%
  • Dockerfile 46.5%