Skip to content

Commit 36a5854

Browse files
VladUZHclaude
andcommitted
fix: add package.json to dashboard Dockerfile build stage
Ensures workspace resolution works correctly during Next.js build. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0c1ba59 commit 36a5854

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/dashboard/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ WORKDIR /app
1414

1515
COPY --from=deps /app/node_modules ./node_modules
1616

17+
COPY package.json package-lock.json ./
1718
COPY packages/shared/ ./packages/shared/
1819
COPY apps/dashboard/ ./apps/dashboard/
1920
COPY tsconfig.base.json ./

0 commit comments

Comments
 (0)