#Errors with types errors for production's dockerfile
7 messages · Page 1 of 1 (latest)
depending on what you're with your dockerfile you might need to run npx/npm prisma generate so that your node_modules in @prisma/client have those types
you can run this command in your dockerfile or in your docker-compose.yaml
instead of trying to copy the actual files from the node_modules
I have so https://pastebin.com/pGrFnz7G now and it work :)
awesome glad I could help