caipin 3 years ago
parent
commit
a17befd4da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deployment/Dockerfile

+ 1 - 1
deployment/Dockerfile

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