fix: .streamlit 移除

This commit is contained in:
贺海国
2025-12-12 09:25:13 +08:00
parent 7bc99cf90a
commit 5d6f5d7032

View File

@@ -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