Fix: include prisma/migrations in Docker build context

Was accidentally excluded from .dockerignore, causing migrate deploy
to find no migration files and skip all schema creation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-07 10:53:19 +05:00
parent 4a627c3fad
commit 1b028dc484
-1
View File
@@ -6,7 +6,6 @@
node_modules node_modules
.next .next
src/generated src/generated
prisma/migrations
*.md *.md
docker-compose.yml docker-compose.yml
docker-compose.prod.yml docker-compose.prod.yml