diff --git a/entrypoint.sh b/entrypoint.sh index 926b92b..7c4afb4 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,7 +2,7 @@ set -e echo "Running Prisma DB push to ensure tables exist..." -./node_modules/.bin/prisma db push --accept-data-loss +prisma db push --accept-data-loss echo "Starting Next.js server..." exec node server.js