Skip to content

Instantly share code, notes, and snippets.

@Server4001
Created August 1, 2016 05:23
Show Gist options
  • Save Server4001/16bdce11219e92fb6d8b431d0a428214 to your computer and use it in GitHub Desktop.
Save Server4001/16bdce11219e92fb6d8b431d0a428214 to your computer and use it in GitHub Desktop.

Revisions

  1. Brice Bentler created this gist Aug 1, 2016.
    5 changes: 5 additions & 0 deletions Dockerfile
    Original 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"]