Skip to content

Commit f223a90

Browse files
committed
ack pr comment
1 parent b5b2dba commit f223a90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/db.Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ COPY --from=deps --chown=nextjs:nodejs /app/node_modules ./node_modules
3535
# Copy package configuration files (needed for migrations)
3636
COPY --chown=nextjs:nodejs packages/db/drizzle.config.ts ./packages/db/drizzle.config.ts
3737

38+
# Copy tsconfig package (needed for workspace symlink resolution)
39+
COPY --chown=nextjs:nodejs packages/tsconfig ./packages/tsconfig
40+
3841
# Copy database package source code (changes most frequently - placed last)
3942
COPY --chown=nextjs:nodejs packages/db ./packages/db
4043

0 commit comments

Comments
 (0)