caipin il y a 3 ans
Parent
commit
a17befd4da
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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