diff --git a/seafile-client/Dockerfile b/seafile-client/Dockerfile index 6ae2218..c5c5970 100644 --- a/seafile-client/Dockerfile +++ b/seafile-client/Dockerfile @@ -66,4 +66,4 @@ COPY tests /tests ENTRYPOINT ["/bin/bash", "--"] CMD ["/entrypoint.sh"] -HEALTHCHECK --interval=5m --start-period=20s --retries=1 CMD ["su", "-", "${UNAME}", "-c", "/healthcheck.sh"] \ No newline at end of file +HEALTHCHECK --start-period=20s --retries=1 CMD ["su", "-", "${UNAME}", "-c", "/healthcheck.sh"] \ No newline at end of file