add logging directory
All checks were successful
Docker Build / Build and Push Images (push) Successful in 20s
All checks were successful
Docker Build / Build and Push Images (push) Successful in 20s
This commit is contained in:
parent
4fc809eaef
commit
4367642b44
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue