fixed an incorrect file name
Some checks failed
Docker Build / Build and Push Images (push) Failing after 10s

This commit is contained in:
Seaswimmer 2024-07-31 15:58:32 -04:00
parent 275229e69b
commit 3eee8f7107
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -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 -