Compare commits
5 commits
Author | SHA1 | Date | |
---|---|---|---|
christian | 59d03f97a3 | ||
christian | 2fd26d6f6f | ||
christian | cc2f0cdc81 | ||
christian | 88569e05f5 | ||
christian | 1eca984167 |
0
nextcloud/.keep
Normal file
0
nextcloud/.keep
Normal file
|
@ -4,7 +4,10 @@ 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
|
||||||
|
|
||||||
|
# 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 /
|
COPY supervisord.conf /
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue