Dockerfile_pp 228 B

123456789101112131415
  1. FROM costbase:latest
  2. WORKDIR /home/ConstructionCost
  3. RUN git pull http://192.168.1.12:3000/SmartCost/ConstructionCost 1.0.0_online
  4. RUN cnpm install
  5. RUN gulp build
  6. EXPOSE 6060
  7. ENV NODE_ENV=pp
  8. ENTRYPOINT babel-node server.js