Skip to content

Instantly share code, notes, and snippets.

@aherve
Created March 11, 2016 12:57
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 aherve/7a2033e108d2e0c4badd to your computer and use it in GitHub Desktop.
Save aherve/7a2033e108d2e0c4badd to your computer and use it in GitHub Desktop.
FROM mhart/alpine-node:5
RUN mkdir -p /app
RUN npm install -g mocha
ADD ./base-package.json /tmp/package.json
RUN cd /tmp && npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment