chore(release): promote pnpm bootstrap fix to pre
Docker Image / Build and Push Docker Image (push) Successful in 5m56s
Docker Image / Build and Push Docker Image (push) Successful in 5m56s
This commit is contained in:
+1
-2
@@ -9,8 +9,7 @@ ENV PATH=$PNPM_HOME:$PATH
|
|||||||
ARG NPM_REGISTRY=https://registry.npmmirror.com
|
ARG NPM_REGISTRY=https://registry.npmmirror.com
|
||||||
|
|
||||||
RUN apk add --no-cache libc6-compat \
|
RUN apk add --no-cache libc6-compat \
|
||||||
&& corepack enable \
|
&& npm install --global "pnpm@10.30.3" --registry="$NPM_REGISTRY" \
|
||||||
&& corepack prepare pnpm@10.30.3 --activate \
|
|
||||||
&& pnpm config set store-dir "$PNPM_STORE_PATH" \
|
&& pnpm config set store-dir "$PNPM_STORE_PATH" \
|
||||||
&& pnpm config set registry "$NPM_REGISTRY"
|
&& pnpm config set registry "$NPM_REGISTRY"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user