from mhart/alpine-node:6

workdir /app
copy package.json /app/package.json
run npm install --debug --production
copy . /app

