From bcc26e4bc21cd28317f915f4bfd94fa073e6772b Mon Sep 17 00:00:00 2001 From: Orion Date: Fri, 10 Jul 2026 16:09:36 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20=E6=B5=8B=E8=AF=95=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E6=9E=84=E5=BB=BA=E6=B5=8B=E8=AF=95=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ce92e5..77cdca5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN echo "$FRONTEND_CACHE_BUST" >/tmp/frontend-cache-bust && \ # 克隆并构建 2026 主题 ARG FRONTEND_2026_REPO=https://git.orionc.me/orion/FileCodeBoxFronted2026.git -ARG FRONTEND_2026_BRANCH=main +ARG FRONTEND_2026_BRANCH=test/custom-admin-ui RUN echo "$FRONTEND_CACHE_BUST" >/tmp/frontend-2026-cache-bust && \ git clone --depth 1 --branch "$FRONTEND_2026_BRANCH" "$FRONTEND_2026_REPO" /build/fronted-2026 && \ cd /build/fronted-2026 && \