caipin 3 年之前
父節點
當前提交
a17befd4da
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deployment/Dockerfile

+ 1 - 1
deployment/Dockerfile

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