mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-05 13:44:58 -06:00
Merge pull request #1341 from bconte/develop
Remove the 'php artisan optimize' line from .deploy/docker/entroypoin…
This commit is contained in:
commit
11e93eac3d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user