Skip to content

Instantly share code, notes, and snippets.

@kevinrobinson
Created November 20, 2015 23:07
Show Gist options
  • Save kevinrobinson/a454d94d596f0d303c01 to your computer and use it in GitHub Desktop.
Save kevinrobinson/a454d94d596f0d303c01 to your computer and use it in GitHub Desktop.
FROM node:4.2.2
RUN npm install -g webpack
COPY package.json /mnt/webpack/
WORKDIR /mnt/webpack
RUN npm install
COPY . /mnt/webpack/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment