FROM node:lts MAINTAINER Shenyz ADD ./node_modules /app/node_modules WORKDIR /app CMD ["npm", "run", "docker:dist"]