feat: on production

This commit is contained in:
2023-03-12 11:55:58 +00:00
parent 389689d188
commit 9574029b6f
5 changed files with 88 additions and 2 deletions

2
docker/Dockerfile Normal file
View File

@@ -0,0 +1,2 @@
FROM nextcloud:25.0
RUN apt update;apt install -y smbclient libsmbclient-dev;pecl install smbclient;echo "extension=smbclient.so" >> /usr/local/etc/php/conf.d/nextcloud.ini