forked from GNUsocial/gnu-social
[TOOLS][DOCKER] Make sure composer doesn't require interaction when installing
This commit is contained in:
parent
fc019d6a6e
commit
6606a72e67
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user