Skip to content

harness-community/easy-node-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published