[Docker] Rewrite entrypoint
Compare changes
Files
3+ 1
− 1
@@ -533,7 +533,7 @@ CELERY_BEAT_SCHEDULER = "django_celery_beat.schedulers:DatabaseScheduler"
This adds a minimal init process so we get clean signal processing. It also removes anything from the entrypoint except startup of AlekSIS with runuwsgi, as this can now start celery alongside the web handler if so desired.