Skip to content

Commit 9033756

Browse files
committed
build(docker): fix pnpm install
1 parent 28b498f commit 9033756

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ ENV BUILD_HASH=${BUILD_HASH}
55

66
WORKDIR /app
77

8-
RUN corepack enable
9-
RUN corepack prepare pnpm@latest-9 --activate
8+
RUN npm install -g pnpm@latest-9
109

1110
COPY package.json pnpm-lock.yaml .npmrc ./
1211
COPY patches patches

0 commit comments

Comments
 (0)