From f6c3406d404724a59010ec1dae391f3703207030 Mon Sep 17 00:00:00 2001 From: Jiale Date: Fri, 25 Apr 2025 12:09:56 +0800 Subject: [PATCH] =?UTF-8?q?init(=E5=88=9D=E5=A7=8B=E5=8C=96):=20?= =?UTF-8?q?=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 394ad70..27dbec8 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -12,8 +12,9 @@ RUN corepack enable WORKDIR /app COPY . . +ENV COREPACK_ENABLE_UNSAFE_CUSTOM_URLS=1 RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile -RUN pnpm run build +RUN pnpm run build --filter=\!./docs RUN echo "Builder Success 🎉"