infinito/administration/clear.sh

2 lines
127 B
Bash
Raw Normal View History

2018-09-05 11:29:48 +02:00
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php php /var/www/symfony/bin/console cache:clear)