add logging directory
All checks were successful
Docker Build / Build and Push Images (push) Successful in 20s

This commit is contained in:
Seaswimmer 2024-08-01 15:14:29 -04:00
parent 4fc809eaef
commit 4367642b44
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -80,3 +80,5 @@ RUN wget https://raw.githubusercontent.com/composer/getcomposer.org/76a7060ccb93
COPY composer.local.json /var/www/html/composer.local.json
RUN cd /var/www/html && composer update && cd -
RUN mkdir /var/log/mediawiki && chown www-data:www-data /var/log/mediawiki