Rain
04/13/2020, 8:06 AM"message": "\nInvalid `prisma.user.findOne()` invocation in\n/app/dist/src/user/user.service.js:31:40\n\nspawn /app/node_modules/@prisma/client/runtime/query-engine-debian-openssl-1.1.x ENOENT"
I added debian-openssl-1.1.x to my binaryTargets and already ran npx prisma generateRyan
04/13/2020, 8:16 AMRain
04/13/2020, 8:48 AMRyan
04/13/2020, 9:16 AMprisma generate inside the Dockerfile itself
You won't be requiring any binaryTargets option as it will automatically detect it.robertcooper
04/13/2020, 8:25 PMRain
04/14/2020, 6:03 AM