From f77239176b3dd5788ea1f17cb78ef85e25fbb1e7 Mon Sep 17 00:00:00 2001 From: AlvoBen Date: Sun, 15 Dec 2024 17:22:25 +0200 Subject: [PATCH] dix healthcheck vul --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6c814fa63..4e3b1ded6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,3 +4,5 @@ USER nonroot COPY cx /app/bin/cx ENTRYPOINT ["/app/bin/cx"] + +HEALTHCHECK NONE