FROM node:8-slim

WORKDIR /umzug

CMD npm install --quiet --no-progress && npm test
