fix: improve docker deployment stability and ensure prisma migrations run in production

This commit is contained in:
2026-01-12 22:15:33 +01:00
parent 88a594447b
commit 91901a66d9
3 changed files with 19 additions and 11 deletions

View File

@@ -3,6 +3,8 @@ services:
build: .
ports:
- "3000:3000"
environment:
- DATABASE_URL=file:/app/data/dev.db
volumes:
- ./data:/app/data
restart: always