Merge pull request #519 from SnowMB/fix_full_example
fix #491: add NEXTCLOUD_UPDATE=1 to full example
This commit is contained in:
commit
ab3b62bd10
@ -21,4 +21,6 @@ RUN mkdir -p /usr/share/man/man1 \
|
|||||||
|
|
||||||
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"]
|
||||||
|
@ -21,4 +21,6 @@ RUN mkdir -p /usr/share/man/man1 \
|
|||||||
|
|
||||||
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 New Issue
Block a user