Prism generate fails on VPS but not locally
executing this script inside CMD in Dockerfile, it fails thjough,
any idea where a problem could be?
4 Replies
basically im trying to deploy it
yeah im trying it in docker interactive shell
commands like this doesnt do anything
but bunx prisma debug will display output
GitHub
Bun doesn't run prisma generate or prisma migrate inside docker con...
What version of Bun is running? 1.0.1+31aec4ebe325982fc0ef27498984b0ad9969162b What platform is your computer? Microsoft Windows NT 10.0.22621.0 x64 What steps can reproduce the bug? Docker: FROM o...