mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Merge pull request #2308 from dunn/horizon-7.x
docker: update horizon command for laravel 7.x
This commit is contained in:
commit
84280ae8fc
2 changed files with 4 additions and 4 deletions
|
@ -6,10 +6,10 @@ chown -R www-data:www-data storage/ bootstrap/
|
||||||
|
|
||||||
# Refresh the environment
|
# Refresh the environment
|
||||||
php artisan storage:link
|
php artisan storage:link
|
||||||
php artisan horizon:assets
|
php artisan horizon:publish
|
||||||
php artisan route:cache
|
php artisan route:cache
|
||||||
php artisan view:cache
|
php artisan view:cache
|
||||||
php artisan config:cache
|
php artisan config:cache
|
||||||
|
|
||||||
# Finally run Apache
|
# Finally run Apache
|
||||||
exec apache2-foreground
|
apache2-foreground
|
||||||
|
|
|
@ -6,10 +6,10 @@ chown -R www-data:www-data storage/ bootstrap/
|
||||||
|
|
||||||
# Refresh the environment
|
# Refresh the environment
|
||||||
php artisan storage:link
|
php artisan storage:link
|
||||||
php artisan horizon:assets
|
php artisan horizon:publish
|
||||||
php artisan route:cache
|
php artisan route:cache
|
||||||
php artisan view:cache
|
php artisan view:cache
|
||||||
php artisan config:cache
|
php artisan config:cache
|
||||||
|
|
||||||
# Finally run FPM
|
# Finally run FPM
|
||||||
exec php-fpm
|
php-fpm
|
||||||
|
|
Loading…
Reference in a new issue