diff options
author | Elizabeth <me@liz.coffee> | 2025-05-26 15:05:38 -0700 |
---|---|---|
committer | Elizabeth <me@liz.coffee> | 2025-05-26 15:05:38 -0700 |
commit | e3cf820b07e282221502cf2f116c9780b7375e0e (patch) | |
tree | c510a7dc624aba9e638c1edb0fa3060dae35de8e /hooks | |
parent | 65682958b2bce3beef90c63e03b7ce73e4d75472 (diff) | |
download | ci-e3cf820b07e282221502cf2f116c9780b7375e0e.tar.gz ci-e3cf820b07e282221502cf2f116c9780b7375e0e.zip |
Remove at symbol in registry namespace, guess it's not valid
Diffstat (limited to 'hooks')
-rw-r--r-- | hooks/Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hooks/Dockerfile b/hooks/Dockerfile index b4729db..a8b6c75 100644 --- a/hooks/Dockerfile +++ b/hooks/Dockerfile @@ -1,6 +1,8 @@ -FROM oci.liz.coffee/@emprespresso/ci-base:release AS hooks +# -- <ci-hooks> -- +FROM oci.liz.coffee/emprespresso/ci-base:release AS hooks HEALTHCHECK --interval=10s --retries=3 --start-period=3s \ CMD [ "curl --fail http://localhost:9000/health" ] CMD [ "/app/hooks/mod.ts" ] +# -- </ci-hooks> -- |