Remove healthcheck

Did not work correctly and prevents Traefik from serving the page.
master
Tim Möhlmann 6 years ago committed by GitHub
parent d96debb2a6
commit c0645eadef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,5 +18,3 @@ RUN mkdir -p /build/$VERSION \
EXPOSE 80/tcp
CMD nginx -g "daemon off;"
HEALTHCHECK CMD curl -f -L http://localhost/ || exit 1

Loading…
Cancel
Save