diff options
-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" ] |