Issues with prisma docker deployments
Hey, locally i am able to use prisma well, but when i deploy to docker, issues start popping up, like this one:
3 Replies
a better log
problem is that the docker build and run works on my m1 mac, but not on fly.io, which is linux amd64 platform
i'm using
node-slim
by the way, is that supported by prisma?
used node-alpine too no luckhave shared this issue here for more visibility: https://github.com/prisma/prisma/discussions/24864
GitHub
PrismaClientValidationError
Docker Prisma & Pnpm Workspaces · pri...Question Hey, i just tried to dockerize my prisma app, its a pnpm monorepo with the following structure Here's the dockerfile FROM node:20-slim AS base ENV PNPM_HOME="/pnpm" ENV PATH=...