production
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
**.env.**
|
||||||
|
.env
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
FROM nextcloud:25.0
|
FROM nextcloud:25.0
|
||||||
RUN apt update;apt install -y smbclient libsmbclient-dev;
|
RUN apt update;apt install -y smbclient libsmbclient-dev;pecl install smbclient;echo "extension=smbclient.so" >> /usr/local/etc/php/conf.d/nextcloud.ini
|
||||||
Reference in New Issue
Block a user