shiv-jetwal90 / node_app

Dockerized Node.js app that has CI Tests and Code Coverage and the image on Docker Hub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build and Push a Docker image for a Node JS application

Run Status Coverage Badge

AyeAye

A simple Node JS application with unit tests and coverage reports using mocha and istanbul. It also does a docker build once CI posses and then pushes the image to docker hub.

Run CI for this repo on Shippable

  • Fork this repo into your local repo
  • Login into the Continuous Integration Service
  • Create an integration on shippable to your docker hub
  • All CI configuration is in shippable.yml
  • Follow these CI Setup Instructions if you have never used Shippable CI Service
  • Update the integrationName in the integration.hub section if you used something other than shipDH
  • Change the DOCKER_REPO and DOCKER_ACC to point to your repo and docker account
  • You should be able to run a manual build or webhook build on commit.

About

Dockerized Node.js app that has CI Tests and Code Coverage and the image on Docker Hub


Languages

Language:JavaScript 76.1%Language:HTML 16.7%Language:CSS 5.6%Language:Dockerfile 1.3%Language:Shell 0.3%