From 6d5ac36f5c63bfc7bcaae938b3804fe3f9f07481 Mon Sep 17 00:00:00 2001 From: Orion Date: Fri, 10 Jul 2026 10:12:45 +0800 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=E6=94=B9=E7=94=A8=202026?= =?UTF-8?q?=20=E4=B8=BB=E9=A2=98=E5=8E=9F=E7=94=9F=E7=94=9F=E5=91=BD?= =?UTF-8?q?=E5=91=A8=E6=9C=9F=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1b49026..9ce92e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,8 +54,6 @@ COPY --from=frontend-builder /build/fronted-2024/dist ./themes/2024 COPY --from=frontend-builder /build/fronted-2026/dist ./themes/2026 COPY --from=frontend-builder /build/fronted-2023/dist ./themes/2023 -# 应用管理后台详情页取件记录展开/收起补丁 -RUN python scripts/patch_admin_timeline_ui.py # 安装 Python 依赖 RUN pip install --no-cache-dir -r requirements.txt