From 06e4222743f46aaa8bbf6adfec83f0b9ab850679 Mon Sep 17 00:00:00 2001 From: Cabillot Julien Date: Tue, 27 Mar 2018 20:14:09 +0200 Subject: [PATCH] test --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index eec5b1a..058e7bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,5 +41,6 @@ CMD [ "docker-php-entrypoint", "apache2-foreground" ] # https://github.com/moby/moby/issues/3465 EXPOSE "8080/tcp" -HEALTHCHECK --interval="5s" \ - CMD curl --fail "http://localhost:8080" || exit 1 +# TODO: à remettre une fois le bug corrigé +#HEALTHCHECK --interval="5s" \ +# CMD curl --fail "http://localhost:8080" || exit 1