diff --git a/Dockerfile b/Dockerfile index 0e6366e..59fb734 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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