Include src/generated in Docker build context for Prisma 7 TS client
Remove src/generated from .dockerignore so Turbopack can resolve @/generated/prisma/client during build. The files are regenerated by prisma generate inside the builder anyway. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
.env.production
|
||||
node_modules
|
||||
.next
|
||||
src/generated
|
||||
*.md
|
||||
docker-compose.yml
|
||||
docker-compose.prod.yml
|
||||
|
||||
Reference in New Issue
Block a user