diff options
| author | 2021-10-24 08:25:03 -0700 | |
|---|---|---|
| committer | 2021-10-24 17:25:03 +0200 | |
| commit | 07e00c7681e5fd9e680cba75125b166b96a96198 (patch) | |
| tree | 724b01fd3e0b135ce56ac2c893f730b5de468973 /CREDITS.md | |
| parent | c5ab4cea4a773b2d61e2413a955785431517c3ce (diff) | |
Docker: don't add crontab unless needed. (#3927)
Adding the crontab as part of the image build makes it more complicated
to add custom entries to the crontab. Adjusting the image and entrypoint
to make it so that the crontab is only added when CRON_MIN is set
simplifies having a custom crontab.
Diffstat (limited to 'CREDITS.md')
| -rw-r--r-- | CREDITS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CREDITS.md b/CREDITS.md index 1970f303e..7ac366b91 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -150,3 +150,4 @@ People are sorted by name so please keep this order. * [wtoscer](https://github.com/wtoscer): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:wtoscer) * [Yamakuni](https://github.com/Yamakuni): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:Yamakuni), [Web](https://ofanch.me/) * [yzqzss|一座桥在水上](https://github.com/yzqzss): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:yzqzss), [Web](https://blog.othing.xyz/) +* [Zoredache](https://github.com/zoredache): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:zoredache) |
