Skip to content

Commit

Permalink
🚑 Fix corepack issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Xen0Xys committed Feb 13, 2025
1 parent c4f09c1 commit c8040aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache openssl
COPY package*.json pnpm-lock.yaml ./
COPY tsconfig.json ./

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

COPY prisma ./prisma/
RUN pnpm dlx prisma generate
Expand Down

0 comments on commit c8040aa

Please sign in to comment.