nextcloud #1
|
@ -6,7 +6,8 @@ RUN apt-get update \
|
|||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& mkdir -p /var/log/supervisord /var/run/supervisord
|
||||
|
||||
#COPY .keep /var/run/supervisord/
|
||||
# We need to copy a file to the supervisord folder in /var/run so it exists when the container starts.
|
||||
COPY .keep /var/run/supervisord/
|
||||
|
||||
COPY supervisord.conf /
|
||||
|
||||
|
|
Loading…
Reference in a new issue