jackkav / docker-node-workshop

a history of changes for demonstrating how to prepare a simple node app for deployment to production and continuous integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create docker image and run docker container which can point at a volume on jenkins

docker build -t jackkav/node-ci .
docker run -p 49190:8080 -d -m "300M" --memory-swap "1G" -v ~/git/docker-workshop/jenkins/workspace/node-to-docker/build:/usr/app/build -v ~/git/docker-workshop/jenkins/workspace/node-to-docker/node_modules:/usr/app/node_modules --name jenkins-node-ci  jackkav/node-ci

About

a history of changes for demonstrating how to prepare a simple node app for deployment to production and continuous integration


Languages

Language:JavaScript 100.0%