Browse Source

Revert "[feat] add HEALTHCHECK in Dockerfile"

This reverts commit dabe42549991619789485fa0841954d9f5db8b60.
Markus Heiser 2 months ago
parent
commit
e86bfa163b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Dockerfile

+ 0 - 2
Dockerfile

@@ -62,8 +62,6 @@ RUN su searxng -c "/usr/bin/python3 -m compileall -q searx" \
     -o -name '*.svg' -o -name '*.ttf' -o -name '*.eot' \) \
     -o -name '*.svg' -o -name '*.ttf' -o -name '*.eot' \) \
     -type f -exec gzip -9 -k {} \+ -exec brotli --best {} \+
     -type f -exec gzip -9 -k {} \+ -exec brotli --best {} \+
 
 
-HEALTHCHECK CMD wget --quiet --tries=1 --spider http://localhost:8080/healthz || exit 1
-
 # Keep these arguments at the end to prevent redundant layer rebuilds
 # Keep these arguments at the end to prevent redundant layer rebuilds
 ARG LABEL_DATE=
 ARG LABEL_DATE=
 ARG GIT_URL=unknown
 ARG GIT_URL=unknown