Intermédiaire

This commit is contained in:
2021-04-02 11:26:26 +02:00
parent d2eefb6b5f
commit 0c681bf4ff
559 changed files with 39669 additions and 49754 deletions

View File

@@ -1,6 +1,6 @@
FROM alpine:3.12
RUN apk add php7-apache2 php7-ldap php7-session php7-json
RUN apk add php7-apache2 php7-ldap php7-session php7-json php7-pecl-redis
RUN sed -i "s|/var/www/localhost/htdocs|/var/www/html|g" /etc/apache2/httpd.conf
# RUN rm /var/log/apache2/access.log /var/log/apache2/error.log
RUN ln -s /dev/stdout /var/log/apache2/access.log