Implemented clear cache function

This commit is contained in:
Kevin Frantz
2018-09-05 11:29:48 +02:00
parent e466bb9e05
commit a9a9811094
2 changed files with 2 additions and 1 deletions

1
administration/clear.sh Normal file
View File

@@ -0,0 +1 @@
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php php /var/www/symfony/bin/console cache:clear)