From 7e12a12bfa5f69a182aafeb86d1b5a5ed94514be Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 18 Jun 2020 16:07:48 +0200 Subject: [PATCH] Update horizon assets command --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 1190a32..c9d4e85 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -21,7 +21,7 @@ then fi php artisan storage:link -php artisan horizon:assets +php artisan horizon:publish php artisan route:cache php artisan view:cache php artisan config:cache