+fix 'web' spy with composer-install instead of composer-update
This commit is contained in:
parent
13e9af7d6e
commit
f9d5598f0b
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue