Update cron file, use supervisor.

This commit is contained in:
James Cole
2018-08-18 14:08:28 +02:00
parent 35bacf2ad0
commit 004807aa32
7 changed files with 79 additions and 24 deletions

View File

@@ -26,6 +26,4 @@ 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
exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf --nodaemon