diff --git a/contrib/docker/start.apache.sh b/contrib/docker/start.apache.sh index a16808733..4fb19e476 100755 --- a/contrib/docker/start.apache.sh +++ b/contrib/docker/start.apache.sh @@ -5,11 +5,11 @@ cp -r storage.skel/* storage/ chown -R www-data:www-data storage/ bootstrap/ # Refresh the environment +php artisan config:cache php artisan storage:link php artisan horizon:publish php artisan route:cache php artisan view:cache -php artisan config:cache # Finally run Apache apache2-foreground diff --git a/contrib/docker/start.fpm.sh b/contrib/docker/start.fpm.sh index c6fe63d6a..199489fc6 100755 --- a/contrib/docker/start.fpm.sh +++ b/contrib/docker/start.fpm.sh @@ -5,11 +5,11 @@ cp -r storage.skel/* storage/ chown -R www-data:www-data storage/ bootstrap/ # Refresh the environment +php artisan config:cache php artisan storage:link php artisan horizon:publish php artisan route:cache php artisan view:cache -php artisan config:cache # Finally run FPM php-fpm