Alex Cavazos
04/11/2022, 8:59 PMDockerfile
for a Next.js 12
application that gets built with Docker and uses Prisma? I am not sure at what point to run npx prisma generate
. I tried right before the npm run build
step but I get Error: Unknown binaryTarget linux-arm64-openssl-undefined and no custom binaries were provided
Nurul
04/12/2022, 6:05 AM