Nextcloud: run cronejob every minute

This commit is contained in:
Florian Zirker 2023-06-16 08:37:08 +02:00
parent 0520815da1
commit fc106060b7
3 changed files with 2 additions and 9 deletions

View file

@ -9,3 +9,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ocrmypdf tesseract-ocr-deu \
procps \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir -p /var/spool/cron/crontabs; echo '* * * * * php -f /var/www/html/cron.php' > /var/spool/cron/crontabs/www-data