nextcloud #1

Closed
c6ristian wants to merge 5 commits from nextcloud into main
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 88569e05f5 - Show all commits

0
nextcloud/.keep Normal file
View file

View file

@ -4,8 +4,10 @@ FROM docker.io/library/nextcloud:${TAG}
RUN apt-get update \
&& apt-get install -y supervisor \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir -p /var/log/supervisord /var/run/supervisord \
&& touch /var/log/supervisord/.keep /var/run/supervisord/.keep
&& mkdir -p /var/log/supervisord /var/run/supervisord
COPY .keep /var/log/supervisord/
COPY .keep /var/run/supervisord/
COPY supervisord.conf /