nextcloud: try a .keep file to save the folder
All checks were successful
ci/woodpecker/push/nextcloud/1 Pipeline was successful
ci/woodpecker/push/nextcloud/2 Pipeline was successful

This commit is contained in:
christian 2024-07-29 19:21:50 +02:00
parent f88c3ce4e7
commit 1eca984167
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak

View file

@ -4,7 +4,8 @@ FROM docker.io/library/nextcloud:${TAG}
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y supervisor \ && apt-get install -y supervisor \
&& rm -rf /var/lib/apt/lists/* \ && 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 / COPY supervisord.conf /