From 1eca9841675fde50a229f6272918e4bb83dfa6d0 Mon Sep 17 00:00:00 2001 From: c6ristian Date: Mon, 29 Jul 2024 19:21:50 +0200 Subject: [PATCH] nextcloud: try a .keep file to save the folder --- nextcloud/Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nextcloud/Containerfile b/nextcloud/Containerfile index 5a3c30d..ac8eafb 100644 --- a/nextcloud/Containerfile +++ b/nextcloud/Containerfile @@ -4,7 +4,8 @@ FROM docker.io/library/nextcloud:${TAG} RUN apt-get update \ && apt-get install -y supervisor \ && rm -rf /var/lib/apt/lists/* \ - && mkdir /var/log/supervisord /var/run/supervisord + && mkdir -p /var/log/supervisord /var/run/supervisord \ + && touch /var/log/supervisord/.keep /var/run/supervisord/.keep COPY supervisord.conf /