From 5d6f5d703282583c84e50399a9500be388904fd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BA=E6=B5=B7=E5=9B=BD?= <404580946@qq.com> Date: Fri, 12 Dec 2025 09:25:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20.streamlit=20=E7=A7=BB=E9=99=A4?= 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 e5b201f..286bfae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN uv sync --frozen --no-dev COPY . . # 确保 .streamlit 目录权限正确 -RUN chmod -R 755 .streamlit +# RUN chmod -R 755 .streamlit # 暴露 Streamlit 默认端口 EXPOSE 8000