Skip to content

Instantly share code, notes, and snippets.

@svnlto
Created June 25, 2015 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save svnlto/f95d0a95122b2de0a7a0 to your computer and use it in GitHub Desktop.
Save svnlto/f95d0a95122b2de0a7a0 to your computer and use it in GitHub Desktop.
FROM node:0.10.35-slim
MAINTAINER Sven Lito 'me@svenlito.com'
RUN npm install -g pm2@latest babel
VOLUME '/app'
WORKDIR '/app'
CMD pm2 start index.js -i 1 -x --interpreter babel-node && pm2 logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment