minor dockerfile simplification

This commit is contained in:
Seaswimmer 2024-08-06 15:34:41 -04:00
parent 7e7895a618
commit 03b11af2fa
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -81,6 +81,6 @@ RUN mv /var/www/html/composer.local.json-sample /var/www/html/composer.local.jso
ENV COMPOSER_ALLOW_SUPERUSER=1
RUN cd /var/www/html && composer update && cd -
RUN composer update -d /var/www/html
RUN mkdir /var/log/mediawiki && chown www-data:www-data /var/log/mediawiki