FROM node:8.6 WORKDIR /usr/src COPY app/ /usr/src/ RUN npm install --production EXPOSE 2222 CMD npm run start