Merge pull request #519 from SnowMB/fix_full_example

fix #491: add NEXTCLOUD_UPDATE=1 to full example
This commit is contained in:
Tilo Spannagel 2018-10-17 11:12:06 +02:00 committed by GitHub
commit ab3b62bd10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -21,4 +21,6 @@ RUN mkdir -p /usr/share/man/man1 \
COPY supervisord.conf /etc/supervisor/supervisord.conf
ENV NEXTCLOUD_UPDATE=1
CMD ["/usr/bin/supervisord"]

View File

@ -21,4 +21,6 @@ RUN mkdir -p /usr/share/man/man1 \
COPY supervisord.conf /etc/supervisor/supervisord.conf
ENV NEXTCLOUD_UPDATE=1
CMD ["/usr/bin/supervisord"]