FROM tunesdk/tune-reporting-node-setup:latest

MAINTAINER jefft@tune.com

WORKDIR /data/tune-reporting-node

RUN npm install

CMD ["./node_modules/.bin/mocha"]