We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f09c1 commit c8040aaCopy full SHA for c8040aa
Dockerfile
@@ -7,7 +7,7 @@ RUN apk add --no-cache openssl
7
COPY package*.json pnpm-lock.yaml ./
8
COPY tsconfig.json ./
9
10
-RUN corepack enable && pnpm install --frozen-lockfile
+RUN npm install -g corepack@latest && corepack enable && pnpm install --frozen-lockfile
11
12
COPY prisma ./prisma/
13
RUN pnpm dlx prisma generate
0 commit comments