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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user