Dockerfile_test 250 B

12345678910111213141516171819
  1. FROM constructioncost:1.0
  2. WORKDIR ConstructionCost
  3. RUN git pull http://192.168.1.12:3000/SmartCost/ConstructionCost master
  4. RUN cnpm install -g gulp
  5. RUN cnpm install
  6. RUN gulp build
  7. EXPOSE 6060
  8. ENV NODE_ENV=qa
  9. ENTRYPOINT babel-node server.js