mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user