Hi everyone, this is the first time, I am using Prisma in a production environment. I am having an issue. The build process inside docker is not working, it is giving this error,
👀 1
h
Harshit
09/14/2022, 8:08 AM
Please try running
prisma generate
before the build command. That will make sure client is generated and available to the application.
v
Vladi Stevanovic
09/22/2022, 8:12 AM
👋 Hello @Raiyan Sarker, did you end up trying the solution Harshit recommended? Let us know!