Skip to content

Commit

Permalink
Remove health check
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjallen committed Jul 9, 2024
1 parent 5621ab9 commit 454c4ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ ENTRYPOINT ["/bin/bash", "/cdash/docker/docker-entrypoint.sh"]
###############################################################################

FROM cdash-non-root-intermediate AS cdash
HEALTHCHECK --interval=5s --timeout=1s CMD ["/bin/bash", "/cdash/docker/healthcheck.sh"]
CMD ["start-website"]

###############################################################################
Expand Down
7 changes: 0 additions & 7 deletions docker/healthcheck.sh

This file was deleted.

0 comments on commit 454c4ff

Please sign in to comment.