From 9f0539c895d944caade394ea2590f4fa93c9537e Mon Sep 17 00:00:00 2001 From: Elizabeth Alexander Hunt Date: Sat, 10 May 2025 20:34:41 -0700 Subject: Fix entrypoint --- hooks/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/hooks/Dockerfile b/hooks/Dockerfile index 61fc0f5..4dce8b9 100644 --- a/hooks/Dockerfile +++ b/hooks/Dockerfile @@ -1,3 +1,4 @@ FROM oci.liz.coffee/img/liz-ci:release AS hooks +ENTRYPOINT [] CMD [ "deno", "run", "--allow-env", "--allow-net", "/app/hooks/mod.ts" ] -- cgit v1.2.3-70-g09d2