/easy-node-docker

Easy Node Docker Application For First Time CI Builds

Primary LanguageJavaScriptMIT LicenseMIT

Harness Developer Hub Sample App

CI CD FF CCM SRM STO CE

Add Test

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'.