From a38ee03f18207b66118170556250be2e9dc719ae Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Sun, 11 Apr 2021 19:57:04 +0000 Subject: [PATCH] [TOOLS][DOCKER] Make sure composer doesn't require interaction when installing --- docker/social/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/social/install.sh b/docker/social/install.sh index 77db365938..b20307e958 100755 --- a/docker/social/install.sh +++ b/docker/social/install.sh @@ -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 .