1
0
Fork 0

initial commit

This commit is contained in:
Aaron Riedel 2022-04-27 10:23:25 +02:00
commit b41e95f6ac
Signed by untrusted user: aaron
GPG key ID: 643004654D40D577
3 changed files with 107 additions and 0 deletions

6
Dockerfile Normal file
View file

@ -0,0 +1,6 @@
FROM nextcloud:23.0.0-fpm
RUN apt-get update && apt-get install -y libmagickcore-6.q16-6-extra && apt-get clean autoclean && apt-get autoremove -y
ENTRYPOINT ["/entrypoint.sh"]
CMD ["php-fpm"]