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