From 1a819db4f711b608044bce6f888bab423516e1d5 Mon Sep 17 00:00:00 2001 From: aceberg <1502200+aceberg@users.noreply.github.com> Date: Fri, 30 Jun 2023 22:24:54 +0700 Subject: [PATCH] Remove Docker healthcheck --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index fb9dc34..af7aeea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,12 +9,9 @@ FROM alpine WORKDIR /app -RUN apk add --no-cache arp-scan curl tzdata \ +RUN apk add --no-cache arp-scan tzdata \ && mkdir /data COPY --from=builder /WatchYourLAN /app/ -HEALTHCHECK --interval=5m --timeout=3s \ - CMD curl -f http://localhost:8840 || exit 1 - ENTRYPOINT ["./WatchYourLAN"] \ No newline at end of file