plus de tiny pour le moment

This commit is contained in:
Cabillot Julien 2018-02-13 10:31:33 +01:00
parent 29f76ec928
commit ec39b7c850

View File

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