diff --git a/entrypoint.sh b/entrypoint.sh index 1e87d1f0..ad752f7d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -31,7 +31,7 @@ case "$1" in # Set DATABASE_URL env variable to the output of bun run ./dist/prisma.js export DATABASE_URL=$(bun run ./prisma.js) # Execute the Prisma binary - exec bunx prisma "$@" + exec ./node_modules/.bin/prisma "$@" ;; *) # Run custom commands