2 Commits db98f6579f ... f8e35b7d1d

Author SHA1 Message Date
  Yi f8e35b7d1d feat(components): cicd5 5 months ago
  Yi db98f6579f feat(components): cicd5 5 months ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -5,7 +5,7 @@ COPY . .
 RUN ls -l && pwd && mkdir -p /root/.local/share/pnpm/store/v3/files && chown -R $(whoami) /root/.local/share/pnpm/store/v3/
 RUN npm install -g pnpm && npm install -g typescript@5.1.6
 RUN echo "declare module 'lodash-es';" > types.d.ts
-RUN pnpm config set registry https://registry.npmmirror.com && pnpm store prune && pnpm cache clean --force
+RUN pnpm config set registry https://registry.npmmirror.com
 RUN pnpm install --fetch-timeout 60000
 RUN pnpm build