From 9a3cf2ab06c2da587b246af300d74658a051e6df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Tue, 13 Apr 2021 14:16:49 +0200 Subject: [PATCH] Update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e7cdc1..d1c7623 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ -# Nextcloud Docker image with cron -This is taken straight from the official repository here: +# Nextcloud Docker image + +I've made two changes to the base image: +1. Added cron to process chores. See: https://github.com/nextcloud/docker/tree/master/.examples/dockerfiles/cron/apache +2. Added `imagemagick` to better support SVGs. + +Only commits with tags trigger a rebuild.