Enhance database seeding and update seed questions. Add database seeding command to docker-start.sh and introduce new questions related to support and scaling in seed.ts, improving the data initialization process.
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m17s

This commit is contained in:
Julien Froidefond
2026-02-20 16:44:35 +01:00
parent dee59991fc
commit 9ff745489f
2 changed files with 24 additions and 1 deletions

View File

@@ -12,4 +12,6 @@ if ! npx prisma migrate deploy 2>/dev/null; then
npx prisma migrate deploy
fi
npx prisma db seed
exec node server.js