mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-17 18:46:43 +01:00
added variable to Dockerfiles of cron supervisord example
This commit is contained in:
parent
b8161a19a0
commit
b25e1abe9c
2 changed files with 4 additions and 0 deletions
|
@ -7,4 +7,6 @@ RUN apt-get update && apt-get install -y \
|
||||||
|
|
||||||
COPY supervisord.conf /etc/supervisor/supervisord.conf
|
COPY supervisord.conf /etc/supervisor/supervisord.conf
|
||||||
|
|
||||||
|
ENV NEXTCLOUD_UPDATE=1
|
||||||
|
|
||||||
CMD ["/usr/bin/supervisord"]
|
CMD ["/usr/bin/supervisord"]
|
||||||
|
|
|
@ -7,4 +7,6 @@ RUN apt-get update && apt-get install -y \
|
||||||
|
|
||||||
COPY supervisord.conf /etc/supervisor/supervisord.conf
|
COPY supervisord.conf /etc/supervisor/supervisord.conf
|
||||||
|
|
||||||
|
ENV NEXTCLOUD_UPDATE=1
|
||||||
|
|
||||||
CMD ["/usr/bin/supervisord"]
|
CMD ["/usr/bin/supervisord"]
|
||||||
|
|
Loading…
Reference in a new issue