Merge pull request #1341 from bconte/develop

Remove the 'php artisan optimize' line from .deploy/docker/entroypoin…
This commit is contained in:
James Cole 2018-04-15 08:52:04 +02:00 committed by GitHub
commit 11e93eac3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,6 @@ rm -f $FIREFLY_PATH/storage/logs/laravel.log
cat .env.docker | envsubst > .env && cat .env
composer dump-autoload
php artisan optimize
php artisan package:discover
php artisan firefly:instructions install
exec apache2-foreground