This commit is contained in:
Jonas Zohren 2021-11-25 22:36:44 +00:00 committed by Timo Kösters
parent afa5d449c6
commit 9bfc7b34b6
4 changed files with 44 additions and 72 deletions

View file

@ -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