aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
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