Does someone have an example `Dockerfile` for a `N...
# orm-help
a
Does someone have an example
Dockerfile
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
n
Hey Alex 👋 Could you try following this guide? Here’s the Docker file which is used in the example.