1.4.5 UI调整增加移动端阅读模式

This commit is contained in:
t@123654
2025-08-07 14:37:30 +08:00
parent 07009d7a04
commit 6ee06cea5e
-1
View File
@@ -18,7 +18,6 @@ COPY ./config.example.yaml ./config.yaml
RUN chmod +x ./start.sh
# 暴露端口
EXPOSE 8001
# 启动命令
# CMD ["uvicorn", "web:app", "--host", "0.0.0.0", "--port", "8001"]
# CMD ["python", "main.py"]