From 96acdef08975f41d1349bf2f7490044f33c19821 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 14 Jun 2025 19:16:20 -0700 Subject: Remove broken healthcheck cmd --- server/Dockerfile | 3 --- worker/Dockerfile | 3 --- 2 files changed, 6 deletions(-) diff --git a/server/Dockerfile b/server/Dockerfile index 02ff44c..b610907 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -1,8 +1,5 @@ # -- -- FROM oci.liz.coffee/emprespresso/ci_base:release AS server -HEALTHCHECK --interval=10s --retries=3 --start-period=3s \ - CMD [ "curl --fail http://localhost:9000/health" ] - CMD [ "/app/mod.ts --run-server --port=9000" ] # -- -- diff --git a/worker/Dockerfile b/worker/Dockerfile index 8742b44..9956180 100644 --- a/worker/Dockerfile +++ b/worker/Dockerfile @@ -32,8 +32,5 @@ USER laminar WORKDIR /var/lib/laminar EXPOSE 8080 -HEALTHCHECK --interval=10s --retries=3 --start-period=3s \ - CMD [ "/usr/bin/laminarc show-jobs" ] - CMD [ "/usr/sbin/laminard" ] # -- -- -- cgit v1.2.3-70-g09d2