This commit is contained in:
Hattshire 2023-09-11 12:48:18 +00:00
parent 24bee4c85e
commit c084dd2a19
7 changed files with 86 additions and 22 deletions

5
images/nc/Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM nextcloud:25.0
RUN echo "*/5 * * * * php -f /var/www/nextcloud/occ preview:pre-generate">> /var/spool/cron/crontabs/www-data
RUN apt-get update && apt-get install -y ffmpeg imagemagick \
&& rm -rf /var/lib/apt/lists/*