Merge pull request #1453 from johndoe6345789/codex/fix-npm-ci-command-failure-in-dockerfile

Include root package-lock.json in Next.js Docker build
This commit is contained in:
2026-01-13 21:35:16 +00:00
committed by GitHub

View File

@@ -10,6 +10,7 @@ RUN apk add --no-cache libc6-compat
# Copy package files for all workspaces
COPY package*.json ./
COPY package-lock.json ./
COPY frontends/nextjs/package*.json ./frontends/nextjs/
COPY dbal/development/package*.json ./dbal/development/
COPY config/package*.json ./config/