From 8f4415bff3918e98a4eadeba655af934e52ac5e2 Mon Sep 17 00:00:00 2001 From: Elizabeth Date: Thu, 29 May 2025 00:06:51 -0700 Subject: Add executable bits to hooks server --- hooks/Dockerfile | 2 +- hooks/main.ts | 0 hooks/mod.ts | 0 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 hooks/main.ts mode change 100644 => 100755 hooks/mod.ts diff --git a/hooks/Dockerfile b/hooks/Dockerfile index a8b6c75..d1a6cb7 100644 --- a/hooks/Dockerfile +++ b/hooks/Dockerfile @@ -4,5 +4,5 @@ FROM oci.liz.coffee/emprespresso/ci-base:release AS hooks HEALTHCHECK --interval=10s --retries=3 --start-period=3s \ CMD [ "curl --fail http://localhost:9000/health" ] -CMD [ "/app/hooks/mod.ts" ] +CMD [ "/app/hooks/main.ts" ] # -- -- diff --git a/hooks/main.ts b/hooks/main.ts old mode 100644 new mode 100755 diff --git a/hooks/mod.ts b/hooks/mod.ts old mode 100644 new mode 100755 -- cgit v1.2.3-70-g09d2