zhangweicheng 6 년 전
부모
커밋
cf413ab900
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -30,7 +30,7 @@ WORKDIR /home/YangHuCost
 
 COPY --from=babel /home/YangHuCost/dist /home/YangHuCost
 COPY --from=babel /home/YangHuCost/node_modules /home/YangHuCost/node_modules/
-COPY public/web /home/ConstructionCost/public/web/
+COPY public/web /home/YangHuCost/public/web/
 
 
 RUN gulp build