samien hace 3 meses
padre
commit
34c3bf8250
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -14,6 +14,7 @@ ENV USER_GID=$USER_GID
 ENV SYS_USER=$SYS_USER
 RUN apk update \
     && apk add nextcloud-client \
+    && mkdir -p /config \
     && chmod +x /supervisor.sh
 
 ADD files/sync-exclude.lst /config/sync-exclude.lst

粤ICP备19079148号