added variable to Dockerfiles of cron supervisord example

This commit is contained in:
Marc Brückner 2018-10-16 16:38:04 +02:00
parent b8161a19a0
commit b25e1abe9c
2 changed files with 4 additions and 0 deletions

View File

@ -7,4 +7,6 @@ RUN apt-get update && apt-get install -y \
COPY supervisord.conf /etc/supervisor/supervisord.conf
ENV NEXTCLOUD_UPDATE=1
CMD ["/usr/bin/supervisord"]

View File

@ -7,4 +7,6 @@ RUN apt-get update && apt-get install -y \
COPY supervisord.conf /etc/supervisor/supervisord.conf
ENV NEXTCLOUD_UPDATE=1
CMD ["/usr/bin/supervisord"]