fixed installation for cURL and cron

This commit is contained in:
Erik Gelderblom
2018-08-14 21:21:03 +02:00
parent 11be33e942
commit efd5ceb405
3 changed files with 76 additions and 11 deletions

View File

@@ -26,3 +26,6 @@ cat .env.docker | envsubst > .env
composer dump-autoload
php artisan package:discover
php artisan firefly:instructions install
service rsyslog start
service cron start
exec apache2-foreground