FROM server:3.0 COPY . ConstructionCost WORKDIR ConstructionCost RUN cnpm install EXPOSE 6060 ENV NODE_ENV=prod ENTRYPOINT babel-node server.js