去掉直接启动,改成在负载页面配置

This commit is contained in:
2025-10-12 15:45:05 +08:00
parent 4da8a6ad4a
commit 650fabadc5
2 changed files with 1 additions and 1 deletions

View File

@@ -31,4 +31,4 @@ RUN rm -rf ./data
EXPOSE 80
# 运行应用
CMD ["python", "update_data.py"]
# CMD ["python", "update_data.py"]

0
README.md Normal file
View File