Prisma schema folder

Hi. Today I upgraded Prisma to latest version i.e. from 5.8 to 5.16. But my docker setup is not able to find prisma schema file. I had to add following line to make it work

COPY ./prisma ./prisma

I can't understand why it is needed now and was not needed before.

The error I faced is attached

#help-and-questions
image.png
Was this page helpful?