From fa8f3f9465e87d499f7d6428323f496a884b7818 Mon Sep 17 00:00:00 2001 From: Elizabeth Alexander Hunt Date: Sat, 10 May 2025 16:57:03 -0700 Subject: initial commit --- hooks/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hooks/Dockerfile (limited to 'hooks/Dockerfile') diff --git a/hooks/Dockerfile b/hooks/Dockerfile new file mode 100644 index 0000000..a287e2f --- /dev/null +++ b/hooks/Dockerfile @@ -0,0 +1,3 @@ +FROM oci.liz.coffee/img/liz-ci:release as hooks + +CMD [ "deno", "run", "--allow-env", "--allow-net", "/app/hooks/mod.ts" ] -- cgit v1.2.3-70-g09d2