Skip to content

Instantly share code, notes, and snippets.

@aherve
Created March 11, 2016 12:57
Show Gist options
  • Select an option

  • Save aherve/7a2033e108d2e0c4badd to your computer and use it in GitHub Desktop.

Select an option

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