Change image to nextcloud:latest.
This commit is contained in:
parent
039afd3676
commit
98ffb54c7c
|
@ -1,8 +1,8 @@
|
|||
FROM nextcloud:apache
|
||||
FROM nextcloud:latest
|
||||
RUN apt-get update && apt-get install -y \
|
||||
supervisor \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& mkdir /var/log/supervisord /var/run/supervisord
|
||||
COPY supervisord.conf /
|
||||
ENV NEXTCLOUD_UPDATE=1
|
||||
CMD ["/usr/bin/supervisord", "-c", "/supervisord.conf"]
|
||||
CMD ["/usr/bin/supervisord", "-c", "/supervisord.conf"]
|
||||
|
|
Loading…
Reference in New Issue