caipin 3 년 전
부모
커밋
9ab34231b7
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      deployment/Dockerfile

+ 3 - 3
deployment/Dockerfile

@@ -1,8 +1,8 @@
 #前端预构建
-FROM cmfont-cache:latest as builderFont
-COPY /client .
+# FROM cmfont-cache:latest as builderFont
+# COPY /client .
 
-RUN cnpm run build
+# RUN cnpm run build
 
 # 后端预构建
 FROM cm-gocache:latest AS builder