Update NextCloud version
This commit is contained in:
parent
ba9eaefd76
commit
526fed50e9
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ WORKDIR /var/www
|
||||||
RUN git clone https://github.com/nextcloud/server html
|
RUN git clone https://github.com/nextcloud/server html
|
||||||
|
|
||||||
WORKDIR /var/www/html
|
WORKDIR /var/www/html
|
||||||
RUN git checkout v30.0.2
|
RUN git checkout v30.0.4
|
||||||
RUN git submodule update --init --recursive
|
RUN git submodule update --init --recursive
|
||||||
|
|
||||||
RUN rm -rf .git
|
RUN rm -rf .git
|
||||||
|
@ -48,4 +48,4 @@ ADD ./cron_task /etc/crontab
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
CMD [ "crontab", "/etc/crontab" ]
|
CMD [ "crontab", "/etc/crontab" ]
|
||||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue