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
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m17s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user