🚑 Update healthcheck command

This commit is contained in:
Paul Sinclair 2023-06-30 09:37:24 -04:00
parent 9aea4acbe1
commit 380f731b4b
No known key found for this signature in database
GPG key ID: 779C7A23E1AA845D

View file

@ -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