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:
Brenden Conte 2018-04-15 02:35:47 -04:00
parent 6c12337317
commit dbe17debb4

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