caipin 2 年之前
父节点
当前提交
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