fix(ci): regenerate lockfile and relax frozen-lockfile for Docker

This commit is contained in:
2026-02-05 12:03:46 +01:00
parent b25299a3a8
commit 12646e45e4
3 changed files with 6 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ RUN corepack enable
COPY package.json pnpm-lock.yaml* .npmrc ./
# Install dependencies
RUN pnpm install --frozen-lockfile
RUN pnpm install --no-frozen-lockfile
# Copy local files
COPY . .