How to remove (Rate how likely you are to recommend Prisma)
Rate how likely you are to recommend Prisma
I do the prisma generate in the docker build and this is delaying the startup
Command used: npx prisma generate --schema ./prisma/DATABASE_PROVIDER-schema.prisma

4 Replies
You chose to debug with a human. They'll tinker with your query soon. If you get curious meanwhile, hop into
#ask-ai
for a quick spin!Can you please try upgrading to prisma 6.4.1 and try this command npx prisma generate —no-hints —schema your_schema
It worked, thank you very much!

Glad to hear that 👍