| 12345678910111213141516171819 |
- FROM costbase:2.0
- WORKDIR /home/ConstructionCost
- COPY . /home/ConstructionCost
- COPY /data_share/font/pdf_base_files /home/ConstructionCost/modules/reports/util/pdf_base_files
- RUN cnpm install
- RUN gulp build
- EXPOSE 6060
- ENV NODE_ENV=qa
- ENTRYPOINT babel-node server.js
|