use composer.local.json-sample instead of manual composer configuration
All checks were successful
Docker Build / Build and Push Images (push) Successful in 1m12s
All checks were successful
Docker Build / Build and Push Images (push) Successful in 1m12s
This commit is contained in:
parent
9084a2289f
commit
cbf7374c2c
2 changed files with 1 additions and 11 deletions
|
@ -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 \
|
RUN wget https://raw.githubusercontent.com/composer/getcomposer.org/76a7060ccb93902cd7576b67264ad91c8a2700e2/web/installer -O - -q | php -- --quiet \
|
||||||
&& mv composer.phar /usr/local/bin/composer
|
&& 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 -
|
RUN cd /var/www/html && composer update && cd -
|
||||||
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"extra": {
|
|
||||||
"merge-plugin": {
|
|
||||||
"include": [
|
|
||||||
"extensions/AWS/composer.json",
|
|
||||||
"extensions/CheckUser/composer.json"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue