From 993a3c0870eb4f2709e83a1d211b848affff5d73 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 9 Aug 2024 10:44:46 -0500 Subject: This dockerfile exits immediately it does not need a healthcheck Signed-off-by: Matt Strapp --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index c90ac33..6b834ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,5 +3,6 @@ LABEL org.opencontainers.image.licenses=0BSD LABEL org.opencontainers.image.source=https://github.com/locusts-r-us/locusts LABEL org.opencontainers.image.title=Locusts LABEL org.opencontainers.image.description="A container that contains locusts" +HEALTHCHECK NONE COPY locusts / ENTRYPOINT ["/locusts"] \ No newline at end of file -- cgit v1.2.3