Added install to composer update

This commit is contained in:
Kevin Frantz 2018-10-31 08:49:47 +01:00
parent 6be140e4a9
commit 56e1fd5acd

View File

@ -1 +1 @@
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php composer update)
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/&& docker-compose exec php composer install && docker-compose exec php composer update)