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