caipin hace 3 años
padre
commit
9ab34231b7
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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