aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-08-09 10:44:46 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-08-09 10:44:46 -0500
commit993a3c0870eb4f2709e83a1d211b848affff5d73 (patch)
treecf7e7c6eee085dad116d80a48d73f5bf6d8ca2e9
parentAdd more files to C CI (diff)
downloadlocusts-993a3c0870eb4f2709e83a1d211b848affff5d73.tar
locusts-993a3c0870eb4f2709e83a1d211b848affff5d73.tar.gz
locusts-993a3c0870eb4f2709e83a1d211b848affff5d73.tar.bz2
locusts-993a3c0870eb4f2709e83a1d211b848affff5d73.tar.lz
locusts-993a3c0870eb4f2709e83a1d211b848affff5d73.tar.xz
locusts-993a3c0870eb4f2709e83a1d211b848affff5d73.tar.zst
locusts-993a3c0870eb4f2709e83a1d211b848affff5d73.zip
This dockerfile exits immediately it does not need a healthcheck
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
-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