Parcourir la source

ci(other): cicd 9

Yi il y a 1 an
Parent
commit
72b9ce5abc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -6,7 +6,7 @@ COPY . .
 RUN npm config set registry https://registry.npmmirror.com/
 RUN npm install -g pnpm
 
-RUN pnpm install && pnpm i --save-dev @types/lodash-es
+RUN pnpm install && pnpm i --save-dev @types/lodash-es && npm i --save-dev @types/mockjs
 
 # 开始构建
 RUN pnpm run build