Skip to content

Commit

Permalink
fix(web): install corepack globally in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrnt committed Feb 18, 2025
1 parent 1a4318e commit 8e26436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM node:22.8.0-alpine AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN npm i -g corepack@^0.31.0
RUN corepack enable

FROM base AS builder
Expand Down

0 comments on commit 8e26436

Please sign in to comment.