From 8e14c8eff79047d5b2671b979d2e632e8b1b1718 Mon Sep 17 00:00:00 2001 From: Elizabeth Alexander Hunt Date: Sat, 10 May 2025 21:26:53 -0700 Subject: Optimize worker dockerfile a bit --- hooks/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hooks/Dockerfile') diff --git a/hooks/Dockerfile b/hooks/Dockerfile index 4dce8b9..e34988b 100644 --- a/hooks/Dockerfile +++ b/hooks/Dockerfile @@ -1,4 +1,4 @@ FROM oci.liz.coffee/img/liz-ci:release AS hooks ENTRYPOINT [] -CMD [ "deno", "run", "--allow-env", "--allow-net", "/app/hooks/mod.ts" ] +CMD [ "/app/hooks/mod.ts" ] -- cgit v1.2.3-70-g09d2