mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
install corepack before enable
This commit is contained in:
@ -7,7 +7,8 @@ FROM langgenius/node:24-alpine3.23-sfw-dev AS base
|
||||
# RUN npm config set registry https://registry.npmmirror.com
|
||||
|
||||
RUN apk add --no-cache tzdata
|
||||
RUN corepack enable
|
||||
RUN npm install -g corepack@latest \
|
||||
&& corepack enable
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
ARG NEXT_PUBLIC_BASE_PATH=""
|
||||
|
||||
Reference in New Issue
Block a user