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