fix issue

This commit is contained in:
Marshal
2026-08-12 07:49:31 +00:00
parent 4098d25ca1
commit bc7790392c
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ COPY --from=pruner /app/out/json/ .
COPY --from=pruner /app/out/pnpm-lock.yaml ./pnpm-lock.yaml
RUN --mount=type=secret,id=npmrc,target=./.npmrc,required=false \
--mount=type=cache,id=pnpm,target=/pnpm/store \
pnpm install --frozen-lockfile
pnpm install --no-frozen-lockfile
FROM base AS builder
COPY --from=installer /app/ .