feat: currently in production

This commit is contained in:
2023-06-11 09:33:09 +01:00
parent b3ba74e40e
commit f349c94465
6 changed files with 139 additions and 145 deletions

View File

@@ -1,2 +1,3 @@
FROM nextcloud:25.0
#image name : nextcloud-smbclient:25.0
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