We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b2dba commit f223a90Copy full SHA for f223a90
docker/db.Dockerfile
@@ -35,6 +35,9 @@ COPY --from=deps --chown=nextjs:nodejs /app/node_modules ./node_modules
35
# Copy package configuration files (needed for migrations)
36
COPY --chown=nextjs:nodejs packages/db/drizzle.config.ts ./packages/db/drizzle.config.ts
37
38
+# Copy tsconfig package (needed for workspace symlink resolution)
39
+COPY --chown=nextjs:nodejs packages/tsconfig ./packages/tsconfig
40
+
41
# Copy database package source code (changes most frequently - placed last)
42
COPY --chown=nextjs:nodejs packages/db ./packages/db
43
0 commit comments