fix: allow pnpm build scripts for prisma/esbuild
This commit is contained in:
@@ -4,6 +4,8 @@ FROM node:22-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ENV PNPM_APPROVE_BUILDS=*
|
||||
|
||||
COPY package.json pnpm-lock.yaml .npmrc ./
|
||||
RUN corepack enable && pnpm install --frozen-lockfile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user