+'web' spy now updates composer

This commit is contained in:
xdrm-brackets 2018-02-20 13:33:00 +01:00
parent ece197f69d
commit 2c7e55b29d
1 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,10 @@ while true; do
# 2. Update submodule 'vhost'
git submodule update --remote;
# 3. Re-build js/scss
# 3. Update composer
docker exec php-fpm composer -d /vhost;
# 4. Re-build js/scss
docker exec php-fpm npm run build --prefix /vhost;
# ...