소스 검색

update dockerfile

zhangweicheng 6 년 전
부모
커밋
27cd4471bc
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Dockerfile_qa

+ 2 - 0
Dockerfile_qa

@@ -4,6 +4,8 @@ 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