diff options
author | Jonas Zohren <gitlab-jfowl-0ux98@sh14.de> | 2021-11-25 22:36:44 +0000 |
---|---|---|
committer | Timo Kösters <timo@koesters.xyz> | 2021-11-25 22:36:44 +0000 |
commit | 9bfc7b34b6d72def7da19ccd1decbe1ac2c7e6db (patch) | |
tree | dedd9596d15132685b79943926a81caeed7a0aca /docker | |
parent | afa5d449c605b6ddae8d2397b2996fda356f8b78 (diff) | |
download | conduit-9bfc7b34b6d72def7da19ccd1decbe1ac2c7e6db.zip |
Fixes for !225
Diffstat (limited to 'docker')
-rw-r--r-- | docker/ci-binaries-packaging.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/ci-binaries-packaging.Dockerfile b/docker/ci-binaries-packaging.Dockerfile index b51df7c..4ab874d 100644 --- a/docker/ci-binaries-packaging.Dockerfile +++ b/docker/ci-binaries-packaging.Dockerfile @@ -47,7 +47,7 @@ LABEL org.opencontainers.image.created=${CREATED} \ RUN mkdir -p /srv/conduit/.local/share/conduit # Test if Conduit is still alive, uses the same endpoint as Element -COPY ./docker/healthcheck.sh /srv/conduit/ +COPY ./docker/healthcheck.sh /srv/conduit/healthcheck.sh HEALTHCHECK --start-period=5s --interval=5s CMD ./healthcheck.sh |