summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorTimo Kösters <timo@koesters.xyz>2021-11-25 22:36:44 +0000
committerTimo Kösters <timo@koesters.xyz>2021-11-25 22:36:44 +0000
commitca724b634035019b97b8b1c07e3011aafe88de7f (patch)
treededd9596d15132685b79943926a81caeed7a0aca /docker
parentafa5d449c605b6ddae8d2397b2996fda356f8b78 (diff)
parent9bfc7b34b6d72def7da19ccd1decbe1ac2c7e6db (diff)
downloadconduit-ca724b634035019b97b8b1c07e3011aafe88de7f.zip
Merge branch '226-fix-docker-ci-issues' into 'next'
Fixes for !225 See merge request famedly/conduit!226
Diffstat (limited to 'docker')
-rw-r--r--docker/ci-binaries-packaging.Dockerfile2
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