From 90f8a05a3e93e7a7c68d4ec15c8acdb8bdeaaf48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=A5=E6=B5=B7?= Date: Mon, 30 Oct 2023 15:17:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=81=A5=E5=BA=B7?= =?UTF-8?q?=E6=A3=80=E6=B5=8B=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/docker/Dockerfile b/client/docker/Dockerfile index 483cdff..c51b92a 100644 --- a/client/docker/Dockerfile +++ b/client/docker/Dockerfile @@ -19,7 +19,7 @@ ENV NODE_NAME= \ NODE_BANNER= HEALTHCHECK --interval=30s --timeout=5s \ - CMD wget -spider http://localhost:9115/-/healthy || exit 1 + CMD wget --spider http://localhost:9115/-/healthy || exit 1 ENTRYPOINT ["tdp-server"]