Commit Graph

2 Commits

Author SHA1 Message Date
Mathieu BOURBON
c18d831d89 feat(docker): script d'entrypoint avec attente DB + migrations auto
Le script docker/entrypoint.sh :
- Attend PostgreSQL (netcat sur host:port extrait de DATABASE_URL)
- Cree le dossier /app/data si SQLite
- Applique les migrations via prisma migrate deploy
- Execute le seed si RUN_SEED=true (non bloquant)
- Demarre server.js (mode standalone Next)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-18 16:45:11 +02:00
Mathieu BOURBON
fbb6138c28 first commit 2026-04-18 16:24:44 +02:00