FROM server:3.0 COPY . ConstructionOperation WORKDIR ConstructionOperation RUN mkdir tmp RUN cnpm install EXPOSE 6080 ENV NODE_ENV=qa ENTRYPOINT babel-node operation.js