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