Skip to content

Instantly share code, notes, and snippets.

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