no frozen lockfile
This commit is contained in:
parent
a975706711
commit
d9cfc4bd2f
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ RUN corepack enable
|
|||
|
||||
COPY --from=base /app/packages/website/package.json ./package.json
|
||||
COPY --from=base /app/pnpm-lock.yaml ./pnpm-lock.yaml
|
||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile --prod
|
||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --no-frozen-lockfile --prod
|
||||
|
||||
FROM node:alpine
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue