Dockerfile_pp 220 B

1234567891011121314
  1. FROM operationbase:latest
  2. WORKDIR /ConstructionOperation
  3. RUN git pull http://192.168.1.12:3000/SmartCost/ConstructionOperation master
  4. RUN cnpm install
  5. EXPOSE 6080
  6. ENV NODE_ENV=pp
  7. ENTRYPOINT babel-node operation.js