use composer.local.json-sample instead of manual composer configuration
All checks were successful
Docker Build / Build and Push Images (push) Successful in 1m12s

This commit is contained in:
Seaswimmer 2024-08-06 01:51:24 -04:00
parent 9084a2289f
commit cbf7374c2c
Signed by: cswimr
GPG key ID: 3813315477F26F82
2 changed files with 1 additions and 11 deletions

View file

@ -77,7 +77,7 @@ RUN tar -xvf CheckUser.tar.gz \
RUN wget https://raw.githubusercontent.com/composer/getcomposer.org/76a7060ccb93902cd7576b67264ad91c8a2700e2/web/installer -O - -q | php -- --quiet \
&& mv composer.phar /usr/local/bin/composer
COPY composer.local.json /var/www/html/composer.local.json
RUN mv /var/www/html/composer.local.json-sample /var/www/html/composer.local.json
RUN cd /var/www/html && composer update && cd -

View file

@ -1,10 +0,0 @@
{
"extra": {
"merge-plugin": {
"include": [
"extensions/AWS/composer.json",
"extensions/CheckUser/composer.json"
]
}
}
}