Browse Source

update dockerfile

zhangweicheng 6 years ago
parent
commit
27cd4471bc
1 changed files with 2 additions and 0 deletions
  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