Created
August 1, 2016 05:23
-
-
Save Server4001/16bdce11219e92fb6d8b431d0a428214 to your computer and use it in GitHub Desktop.
Revisions
-
Brice Bentler created this gist
Aug 1, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ FROM node:4.4.7 MAINTAINER Brice Bentler <[email protected]> WORKDIR /var/www/html EXPOSE 3000 ENTRYPOINT ["npm", "start"]