fix: install corepack from npm (#5905)

* fix: install corepack from npm

* docs: install corepack from npm
This commit is contained in:
Trivikram Kamat
2025-04-27 22:03:35 +08:00
committed by GitHub
parent baec89f896
commit dd2b1ed580
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ ENV PATH="$PNPM_HOME:$PATH"
ENV NODE_OPTIONS=--max-old-space-size=8192
ENV TZ=Asia/Shanghai
RUN corepack enable
RUN npm i -g corepack
WORKDIR /app