clear cache on application start

This commit is contained in:
chris 2020-07-25 12:15:05 +02:00
parent 5d8b3e38df
commit fca1251a0d
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ fi
gosu www-data php artisan storage:link
gosu www-data php artisan horizon:publish
gosu www-data php artisan cache:clear
gosu www-data php artisan route:cache
gosu www-data php artisan view:cache
gosu www-data php artisan config:cache