update to nginx 1.11.10/versioning/composer fix closes #95

This commit is contained in:
Ric Harvey
2017-02-17 11:24:54 +00:00
parent 59e4b25182
commit cdfba3cfd0
6 changed files with 38 additions and 29 deletions

View File

@@ -12,7 +12,7 @@ fi
# Try auto install for composer
if [ -f "$WEBROOT/composer.lock" ]; then
php composer.phar update
php composer.phar install --no-dev
fi
cd /var/www/html