Merge branch 'master' of cloud-apps.datatransition.net:cloud

This commit is contained in:
Glenn Y. Rolland 2019-11-19 21:50:14 +01:00
commit 425a286551

View file

@ -4,9 +4,9 @@
#FROM nextcloud:16
FROM nextcloud:17
#RUN apt-get update && \
# apt-get install -q -y cron && \
# apt-get clean
# RUN apt-get update && \
# apt-get install -q -y cron && \
# apt-get clean
# RUN echo "*/15 * * * * root su -l www-data -s /bin/bash -c 'php -f /var/www/html/cron.php' > /dev/null 2>&1" >> /etc/crontab