mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
fixed installation for cURL and cron
This commit is contained in:
1
.deploy/docker/crontab
Normal file
1
.deploy/docker/crontab
Normal file
@@ -0,0 +1 @@
|
||||
* * * * * root /artisan schedule:run >> /var/log/cron.log
|
@@ -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
|
||||
|
Reference in New Issue
Block a user