diff --git a/deploy/community/Dockerfile b/deploy/community/Dockerfile index 2ca4cbe1e8..4eec525545 100644 --- a/deploy/community/Dockerfile +++ b/deploy/community/Dockerfile @@ -118,6 +118,4 @@ VOLUME [ "/steedos-storage" ] ENTRYPOINT [ "/opt/steedos/entrypoint.sh" ] -HEALTHCHECK --interval=15s --timeout=15s --start-period=45s CMD "/opt/steedos/healthcheck.sh" - -CMD ["/usr/bin/supervisord", "-n"] \ No newline at end of file +CMD ["/usr/bin/supervisord", "-n"]