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