+fix 'web' spy with composer-install instead of composer-update

This commit is contained in:
xdrm-brackets 2018-02-20 14:15:42 +01:00
parent 13e9af7d6e
commit f9d5598f0b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ while true; do
git submodule update --remote;
# 3. Update composer
docker exec php-fpm bash -c "cd /vhost; composer update";
docker exec php-fpm bash -c "cd /vhost; composer install";
# 4. Re-build js/scss
docker exec php-fpm bash -c "cd /vhost; npm install; npm run build";