Skip to content

Instantly share code, notes, and snippets.

@ChrisCinelli
Last active December 21, 2015 10:33
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 ChrisCinelli/e1f324379be95814c061 to your computer and use it in GitHub Desktop.
Save ChrisCinelli/e1f324379be95814c061 to your computer and use it in GitHub Desktop.
Node v4 + npm v3 - Docker Image
# Pull base image.
FROM node:4.2.3
# NPM 3 has better management for peerDependencies
RUN npm install -g npm@3.x
# These 2 guys take a little time and they rarely change...
RUN npm install -g bower forever@0.14.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment