Skip to content

Instantly share code, notes, and snippets.

@Server4001
Created August 1, 2016 05:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Server4001/16bdce11219e92fb6d8b431d0a428214 to your computer and use it in GitHub Desktop.
Save Server4001/16bdce11219e92fb6d8b431d0a428214 to your computer and use it in GitHub Desktop.
Node.js example Dockerfile
FROM node:4.4.7
MAINTAINER Brice Bentler <me@bricebentler.com>
WORKDIR /var/www/html
EXPOSE 3000
ENTRYPOINT ["npm", "start"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment