Dockerfile_pp 177 B

123456789101112131415
  1. FROM costbase:2.0
  2. WORKDIR /home/ConstructionCost
  3. COPY . /home/ConstructionCost
  4. RUN cnpm install
  5. RUN gulp build
  6. EXPOSE 6060
  7. ENV NODE_ENV=pp
  8. ENTRYPOINT babel-node server.js