diff --git a/entrypoint.sh b/entrypoint.sh index 1b6cec1..331ec9d 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,7 +2,7 @@ set -e echo "Running Prisma DB push to ensure tables exist..." -npx prisma db push --skip-generate --accept-data-loss +npx prisma db push --accept-data-loss echo "Starting Next.js server..." exec node server.js