From bd2eb8a93c2b6e2f936e80782a50ca9951d22bb8 Mon Sep 17 00:00:00 2001 From: Musselman Date: Sun, 30 Jun 2024 00:09:36 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix:=20Remove=20health=20check?= =?UTF-8?q?=20for=20OCI=20compliance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OCI images don't have health checks apparently --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bab089a..504e528 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,5 +29,3 @@ COPY --from=builder /app/static ./static ENTRYPOINT ["sh", "-c", "sleep 10 && cd && ./notatio"] LABEL name=notatio version=latest EXPOSE 9991 -HEALTHCHECK --interval=5m --timeout=3s \ - CMD curl -f http://localhost/ || exit 1 \ No newline at end of file