|
|
@@ -20,7 +20,7 @@ RUN addgroup -g $USER_GID nextcloud \
|
|
|
&& chown nextcloud:nextcloud /home/nextcloud/data \
|
|
|
&& chown nextcloud:nextcloud /config
|
|
|
|
|
|
-ADD files/sync-exclude.sh /config/sync-exclude.sh
|
|
|
-ADD files/unsync-folders.sh /config/unsync-folders.sh
|
|
|
+ADD files/sync-exclude.lst /config/sync-exclude.lst
|
|
|
+ADD files/unsync-folders.lst /config/unsync-folders.lst
|
|
|
|
|
|
CMD ["/supervisor.sh"]
|