mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-06 06:53:14 +00:00
The entrypoint.sh is now a fully functional setup and run script for zulip installations in docker.
5 lines
158 B
Plaintext
5 lines
158 B
Plaintext
MAILTO=root
|
|
|
|
# Send digest emails once a day. Time is in UTC.
|
|
0 18 * * * zulip cd /home/zulip/deployments/current && python manage.py enqueue_digest_emails
|