From c0645eadef39abf9b58bb33d74dc67138721c36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20M=C3=B6hlmann?= Date: Mon, 17 Dec 2018 00:04:55 +0200 Subject: [PATCH] Remove healthcheck Did not work correctly and prevents Traefik from serving the page. --- docs/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 828788f7..c2661262 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -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