Skip to content

Instantly share code, notes, and snippets.

@jamescarr
Created October 30, 2013 12:22
Show Gist options
  • Select an option

  • Save jamescarr/7231767 to your computer and use it in GitHub Desktop.

Select an option

Save jamescarr/7231767 to your computer and use it in GitHub Desktop.
FROM shykes/nodejs
MAINTAINER James R. Carr <james.r.carr@gmail.com>
ADD ssl/client* /srv/app/ssl
ADD package.json /srv/app/package.json
ADD app.coffee /srv/app/app.coffee
RUN cd /srv/app && npm install .
CMD cd /srv/app && npm start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment