mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 18:41:08 +00:00
Remove the 'php artisan optimize' line from .deploy/docker/entroypoint.sh because the command was removed in artisan 5.6
This commit is contained in:
@@ -9,7 +9,6 @@ rm -f $FIREFLY_PATH/storage/logs/laravel.log
|
|||||||
|
|
||||||
cat .env.docker | envsubst > .env && cat .env
|
cat .env.docker | envsubst > .env && cat .env
|
||||||
composer dump-autoload
|
composer dump-autoload
|
||||||
php artisan optimize
|
|
||||||
php artisan package:discover
|
php artisan package:discover
|
||||||
php artisan firefly:instructions install
|
php artisan firefly:instructions install
|
||||||
exec apache2-foreground
|
exec apache2-foreground
|
||||||
|
Reference in New Issue
Block a user