This commit is contained in:
James Cole
2017-10-08 18:35:24 +02:00
parent e934d8943f
commit 09118013c9

View File

@@ -48,8 +48,6 @@ RUN chown -R www-data:www-data /var/www && chmod -R 775 $FIREFLY_PATH/storage
RUN composer install --prefer-dist --no-dev --no-scripts
RUN composer dump-autoload
RUN php artisan firefly:upgrade-database
RUN php artisan firefly:verify
RUN php artisan firefly:instructions install
RUN php artisan optimize