Skip to content

Instantly share code, notes, and snippets.

@aherve
Created March 10, 2016 14:07
Show Gist options
  • Select an option

  • Save aherve/488d62c0d732e57bc13e to your computer and use it in GitHub Desktop.

Select an option

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