fix:修复这个报错

This commit is contained in:
Daniel
2026-04-12 20:06:09 +08:00
parent c987001740
commit 2051d200ec

View File

@@ -18,8 +18,8 @@ else
echo "==> 未检测到 .envAI 模块需要配置 QWEN_API_KEY" echo "==> 未检测到 .envAI 模块需要配置 QWEN_API_KEY"
fi fi
echo "==> 健康检查" echo "==> 健康检查(端口与 docker-compose.yml 一致:后端 8866前端 Nginx 8173"
echo "backend: $(curl -s http://localhost:8001/health || echo 'unreachable')" echo "backend: $(curl -sf http://localhost:8866/health || echo 'unreachable')"
echo "frontend proxy: $(curl -s http://localhost:5173/health || echo 'unreachable')" echo "frontend (nginx): $(curl -sf http://localhost:8173/health || echo 'unreachable')"
echo "==> 启动完成" echo "==> 启动完成"