Fix Docker build by copying lockfile

This commit is contained in:
2026-01-13 21:34:52 +00:00
parent 60818c5be4
commit 05c7b2fb66

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/