diff --git a/Dockerfile b/Dockerfile index a1a8a67..eec5b1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,9 @@ RUN sed -i'' 's/ServerSignature On/ServerSignature Off/; s/ServerTokens OS/Serve ENV "TINI_VERSION" "v0.16.1" ADD "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini" "/tini" RUN chmod +x "/tini" -ENTRYPOINT ["/tini", "--"] + +# TODO: actuellement tiny fout completement la merde +#ENTRYPOINT ["/tini", "--"] CMD [ "docker-php-entrypoint", "apache2-foreground" ]