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
|
||||
.next
|
||||
src/generated
|
||||
prisma/migrations
|
||||
*.md
|
||||
docker-compose.yml
|
||||
docker-compose.prod.yml
|
||||
|
||||
Reference in New Issue
Block a user