Compare commits

..

1 Commits

Author SHA1 Message Date
Dominik Meyer 114100c99e
ADD: divided application and configuration directory 2021-06-05 13:00:59 +02:00
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ RUN docker-php-ext-install ldap && docker-php-ext-enable ldap
COPY create.sql .
COPY docker-entrypoint-wikindx /usr/local/bin/
RUN chown www-data.www-data wikindx -R
RUN cp /usr/local/etc/php/php.ini-production /usr/local/etc/php/php.ini
RUN sed -i 's/post_max_size.=.*/post_max_size = 100M/' /usr/local/etc/php/php.ini