chore: to fix build error again

This commit is contained in:
Joel 2025-02-19 13:56:13 +08:00
parent 2bf4a20875
commit 5abfe7e46f

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 -P RUN pnpm install --frozen-lockfile
# build resources # build resources
FROM base AS builder FROM base AS builder