FROM node:10-alpine WORKDIR /data COPY . . RUN npm install CMD ["npm", "start"]