Remove Docker healthcheck
This commit is contained in:
parent
511848b406
commit
1a819db4f7
1 changed files with 1 additions and 4 deletions
|
|
@ -9,12 +9,9 @@ FROM alpine
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN apk add --no-cache arp-scan curl tzdata \
|
RUN apk add --no-cache arp-scan tzdata \
|
||||||
&& mkdir /data
|
&& mkdir /data
|
||||||
|
|
||||||
COPY --from=builder /WatchYourLAN /app/
|
COPY --from=builder /WatchYourLAN /app/
|
||||||
|
|
||||||
HEALTHCHECK --interval=5m --timeout=3s \
|
|
||||||
CMD curl -f http://localhost:8840 || exit 1
|
|
||||||
|
|
||||||
ENTRYPOINT ["./WatchYourLAN"]
|
ENTRYPOINT ["./WatchYourLAN"]
|
||||||
Loading…
Reference in a new issue