plus de tiny pour le moment
This commit is contained in:
parent
29f76ec928
commit
ec39b7c850
@ -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" ]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user