fixed an incorrect file name
Some checks failed
Docker Build / Build and Push Images (push) Failing after 10s
Some checks failed
Docker Build / Build and Push Images (push) Failing after 10s
This commit is contained in:
parent
275229e69b
commit
3eee8f7107
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ RUN git clone --depth 1 \
|
|||
https://github.com/edwardspec/mediawiki-aws-s3.git \
|
||||
/var/www/html/extensions/AWS
|
||||
|
||||
ADD composer.local.json /var/www/html/composer.local.json
|
||||
ADD ./composer.local.json /var/www/html/composer.local.json
|
||||
|
||||
RUN cd /var/www/html && composer update && cd -
|
||||
|
||||
|
|
Loading…
Reference in a new issue