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

1
.deploy/docker/crontab Normal file
View File

@@ -0,0 +1 @@
* * * * * root /artisan schedule:run >> /var/log/cron.log

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