summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElizabeth Alexander Hunt <me@liz.coffee>2025-05-10 22:13:49 -0700
committerElizabeth Alexander Hunt <me@liz.coffee>2025-05-10 22:13:49 -0700
commit739182bc8c04029cc324db22fcd201dfa2b93d43 (patch)
treeb71d872b17d0c75a265d10a1ac9d4a56196a2ef2
parent238e333a59d039cd64ed586a19a2b7633d840f70 (diff)
downloadci-739182bc8c04029cc324db22fcd201dfa2b93d43.tar.gz
ci-739182bc8c04029cc324db22fcd201dfa2b93d43.zip
Remove unnecessary entrypoint override
-rw-r--r--hooks/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/hooks/Dockerfile b/hooks/Dockerfile
index e34988b..c1ebf7f 100644
--- a/hooks/Dockerfile
+++ b/hooks/Dockerfile
@@ -1,4 +1,3 @@
FROM oci.liz.coffee/img/liz-ci:release AS hooks
-ENTRYPOINT []
CMD [ "/app/hooks/mod.ts" ]