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

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