nextcloud #1
|
@ -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 /
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue