Skip to content

Instantly share code, notes, and snippets.

@iambryancs
Created December 9, 2016 16:55
Show Gist options
  • Save iambryancs/a4d8ffcac0953b0762193844514112ff to your computer and use it in GitHub Desktop.
Save iambryancs/a4d8ffcac0953b0762193844514112ff to your computer and use it in GitHub Desktop.
FROM node:4-onbuild
MAINTAINER Bryan CS <[email protected]>
ADD . /var/www/srv
WORKDIR /var/www/srv
RUN npm install
CMD ["nodejs", "app.js"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment