Dockerfile_qa 299 B

123456789101112131415161718
  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=qa
  7. ENV LANG en_US.UTF-8
  8. ENV LANGUAGE en_US:en
  9. ENV LC_ALL en_US.UTF-8
  10. ENTRYPOINT babel-node operation.js