FROM operationbase:latest WORKDIR /ConstructionOperation RUN git pull http://192.168.1.12:3000/SmartCost/ConstructionOperation master RUN mkdir tmp RUN cnpm install EXPOSE 6080 ENV NODE_ENV=prod ENTRYPOINT babel-node operation.js