summaryrefslogtreecommitdiff
path: root/hooks/Dockerfile
blob: d7763a1545b991c7b7d9c8316451fe1e6a2f1d66 (plain)
1
2
3
4
5
FROM oci.liz.coffee/@emprespresso/ci-base:release AS hooks

HEALTHCHECK [ "curl --fail http://localhost:9000/health" ]

CMD [ "/app/hooks/mod.ts" ]