diff options
author | Elizabeth Alexander Hunt <me@liz.coffee> | 2025-05-10 22:13:49 -0700 |
---|---|---|
committer | Elizabeth Alexander Hunt <me@liz.coffee> | 2025-05-10 22:13:49 -0700 |
commit | 739182bc8c04029cc324db22fcd201dfa2b93d43 (patch) | |
tree | b71d872b17d0c75a265d10a1ac9d4a56196a2ef2 | |
parent | 238e333a59d039cd64ed586a19a2b7633d840f70 (diff) | |
download | ci-739182bc8c04029cc324db22fcd201dfa2b93d43.tar.gz ci-739182bc8c04029cc324db22fcd201dfa2b93d43.zip |
Remove unnecessary entrypoint override
-rw-r--r-- | hooks/Dockerfile | 1 |
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" ] |