[TOOLS][DOCKER] Make sure composer doesn't require interaction when installing

This commit is contained in:
Hugo Sales 2021-04-11 19:57:04 +00:00
parent ad67358c3b
commit a38ee03f18
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ if [ ${DB_EXISTS} -ne 0 ]; then
cd /var/www/social || exit 1
composer install
composer -n install
chmod g+w -R .
chown -R :www-data .