Error: @prisma/client did not initialize yet. Please run "prisma generate" – Docker
I am having a problem with my nodeJS back-end. I want to create a docker compose environment but I keep getting this error when I try to start my Prisma NodeJS app. I already tried lots of things and I…