🔥 增加金价查询

This commit is contained in:
永辉 占
2025-12-16 12:40:10 +08:00
parent 0194c93783
commit fc5a69e55c
9 changed files with 616 additions and 2 deletions
+1 -1
View File
@@ -29,4 +29,4 @@ HEALTHCHECK --interval=60s --timeout=10s --start-period=5s --retries=3 \
CMD python -c "import os; import sys; sys.exit(0 if os.path.exists('/app/firmware_checker.py') else 1)" || exit 1
# 设置容器启动时执行的命令
CMD ["python", "firmware_checker.py"]
CMD ["python", "main.py"]