From 926e4672b496a972f4bcee96be9954d8d986a534 Mon Sep 17 00:00:00 2001 From: Paul Sinclair <24625998+sinclairpaul@users.noreply.github.com> Date: Mon, 3 Jul 2023 05:55:37 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Update=20healthcheck=20command?= =?UTF-8?q?=20(#669)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 408d20c..6339919 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -131,9 +131,7 @@ COPY rootfs / # Health check HEALTHCHECK \ - CMD curl --fail http://127.0.0.1:1337/healthz \ - | jq --exit-status '.status == "alive"' \ - || exit 1 + CMD curl --fail http://127.0.0.1:1337/healthz || exit 1 # Build arguments ARG BUILD_ARCH