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