Browse Source

test

master
Cabillot Julien 2 years ago
parent
commit
06e4222743
1 changed files with 3 additions and 2 deletions
  1. 5
      Dockerfile

5
Dockerfile

@ -41,5 +41,6 @@ CMD [ "docker-php-entrypoint", "apache2-foreground" ]
# https://github.com/moby/moby/issues/3465 # https://github.com/moby/moby/issues/3465
EXPOSE "8080/tcp" 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
Loading…
Cancel
Save