Hello everyone! I am having a problem, I have a do...
# prisma-client
a
Hello everyone! I am having a problem, I have a dockerized application and I get the following error:
1
n
Hey Alex 👋 Are you executing
npx prisma generate
command to generate your PrismaClient?
a
Yes, I am
But I get this error
n
Can you try running
npx prisma generate
command?
a
: (
n
When are you exactly receiving this error? Could you share your docker file?
a
Ok, I fixed the error. I'm using Nx, and each Dockerfile is inside its application folder. But is schema.prisma was outside those folders, it was global in the project. Now I copy it inside the Docker image and that's it! Thank you very much
n
Ah I see, thank you so much for clarifying! 👍 Glad to hear that this is resolved
👍 1