FROM node:6.9.1 COPY . /app WORKDIR /app RUN npm install CMD ["npm", "start"] EXPOSE 3000