From 607c96b850059df7e279262ec251aaec3e02dbd2 Mon Sep 17 00:00:00 2001 From: CaasianVale <1544257291@qq.com> Date: Sat, 8 Mar 2025 04:32:55 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5fba799..27fa016 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,7 +67,7 @@ EXPOSE 8888 # 健康检查 HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \ - CMD curl -f http://localhost:8888/config || exit 1 + CMD curl -f http://localhost:8888/api/config || exit 1 # 启动命令 CMD ["python", "web_server.py"] \ No newline at end of file