because I got bored of customising my CV for every job
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(CVG-29): fix Prisma client path in server Dockerfile

-1
-1
.docker/server.Dockerfile
··· 95 95 96 96 # Copy Prisma schema + generated client 97 97 COPY apps/server/prisma/ ./apps/server/prisma/ 98 - COPY --from=builder /app/apps/server/node_modules/.prisma/ ./apps/server/node_modules/.prisma/ 99 98 COPY --from=builder /app/node_modules/.prisma/ ./node_modules/.prisma/ 100 99 101 100 # Copy bundled output (single file, @cv/* packages inlined)