Disable cron

This commit is contained in:
Debian 2019-09-06 10:55:42 +00:00
parent f088b20863
commit 0fe471480a

View file

@ -1,10 +1,10 @@
FROM owncloud/server:10.1
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
# 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
CMD cron && apache2-foreground
# CMD cron && apache2-foreground