Files
lms-sb/.dockerignore
T
admins 1b028dc484 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>
2026-04-07 10:53:19 +05:00

14 lines
154 B
Plaintext

.git
.gitignore
.env
.env.local
.env.production
node_modules
.next
src/generated
*.md
docker-compose.yml
docker-compose.prod.yml
Dockerfile
.dockerignore