feat(entrypoint): add database seeding step to entrypoint script
This commit is contained in:
@@ -3,4 +3,5 @@ set -e
|
||||
cd /app/apps/backend
|
||||
bun prisma migrate deploy
|
||||
bun prisma generate
|
||||
bun prisma/seed.ts
|
||||
bun run start
|
||||
Reference in New Issue
Block a user