Skip to content

Commit c8040aa

Browse files
committed
🚑 Fix corepack issue
1 parent c4f09c1 commit c8040aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache openssl
77
COPY package*.json pnpm-lock.yaml ./
88
COPY tsconfig.json ./
99

10-
RUN corepack enable && pnpm install --frozen-lockfile
10+
RUN npm install -g corepack@latest && corepack enable && pnpm install --frozen-lockfile
1111

1212
COPY prisma ./prisma/
1313
RUN pnpm dlx prisma generate

0 commit comments

Comments
 (0)