Up
This commit is contained in:
parent
24bee4c85e
commit
c084dd2a19
7 changed files with 86 additions and 22 deletions
5
images/nc/Dockerfile
Normal file
5
images/nc/Dockerfile
Normal 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/*
|
||||
Loading…
Add table
Add a link
Reference in a new issue