Created
December 9, 2016 16:55
-
-
Save iambryancs/a4d8ffcac0953b0762193844514112ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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