An open API service indexing awesome lists of open source software.

https://github.com/luzlab/jenkins-meteor

Jenkins with meteor and other misc deps
https://github.com/luzlab/jenkins-meteor

Last synced: about 1 year ago
JSON representation

Jenkins with meteor and other misc deps

Awesome Lists containing this project

README

          

We use this docker container for testing our meteor apps. It includes:

* Jenkins
* Node v4.8
* NPM v
* -- node-gyp (global)

To build the image `docker build -t studiofathom/jenkins-meteor: .`
To push the image to the repository `docker push studiofathom/jenkins-meteor:`.

Alternately, `./build.sh` handles building, tagging and conditionally pushing the image.