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