From db271b42e3c01992f535e90802866a930e0b6da3 Mon Sep 17 00:00:00 2001 From: Alexandra Dunn Date: Sat, 4 Jul 2020 01:09:32 -0700 Subject: [PATCH] docker: update horizon command for laravel 7.x --- contrib/docker/start.apache.sh | 4 ++-- contrib/docker/start.fpm.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/docker/start.apache.sh b/contrib/docker/start.apache.sh index 458d25616..a16808733 100755 --- a/contrib/docker/start.apache.sh +++ b/contrib/docker/start.apache.sh @@ -6,10 +6,10 @@ chown -R www-data:www-data storage/ bootstrap/ # Refresh the environment php artisan storage:link -php artisan horizon:assets +php artisan horizon:publish php artisan route:cache php artisan view:cache php artisan config:cache # Finally run Apache -exec apache2-foreground \ No newline at end of file +apache2-foreground diff --git a/contrib/docker/start.fpm.sh b/contrib/docker/start.fpm.sh index 2f228ecfe..c6fe63d6a 100755 --- a/contrib/docker/start.fpm.sh +++ b/contrib/docker/start.fpm.sh @@ -6,10 +6,10 @@ chown -R www-data:www-data storage/ bootstrap/ # Refresh the environment php artisan storage:link -php artisan horizon:assets +php artisan horizon:publish php artisan route:cache php artisan view:cache php artisan config:cache # Finally run FPM -exec php-fpm \ No newline at end of file +php-fpm