Is your feature request related to a problem? Please describe.
Running bunx prisma --help or bun run prisma --help should return the help response in the container like it does on a local machine.
Describe the solution you'd like
Being able to spawn child processes with Bun to exec prisma commands.
Describe alternatives you've considered
n/a
Additional context
Need more devops knowledge
Is your feature request related to a problem? Please describe.
Running
bunx prisma --helporbun run prisma --helpshould return the help response in the container like it does on a local machine.Describe the solution you'd like
Being able to spawn child processes with Bun to exec prisma commands.
Describe alternatives you've considered
n/a
Additional context
Need more devops knowledge