瀏覽代碼

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