diff --git a/entrypoint.sh b/entrypoint.sh index a0d0173..551702f 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,4 +3,5 @@ set -e cd /app/apps/backend bun prisma migrate deploy bun prisma generate +bun prisma/seed.ts bun run start \ No newline at end of file