Prisma type generating doesn't work in Docker
Hi, I'm trying to build docker container for my node.js application but all the time it fails because when I try to build the application, it gives me errors saying that @prisma/client types are undefined. I'd be glad if someone helped me, I'm stuck with this.
Dockerfile:
package.json scripts:
1 Reply
The error I receive on build: