fix: fix build web image install problem (#13994)

This commit is contained in:
Joel 2025-02-19 11:52:36 +08:00 committed by GitHub
parent 66747a8eef
commit 8a2301af56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ COPY pnpm-lock.yaml .
# if you located in China, you can use taobao registry to speed up # if you located in China, you can use taobao registry to speed up
# RUN pnpm install --frozen-lockfile --registry https://registry.npmmirror.com/ # RUN pnpm install --frozen-lockfile --registry https://registry.npmmirror.com/
RUN pnpm install --frozen-lockfile RUN pnpm install --frozen-lockfile -P
# build resources # build resources
FROM base AS builder FROM base AS builder