Disable cron & alternate entrypoint
This commit is contained in:
parent
5b225c9a3c
commit
8e1f71834b
1 changed files with 5 additions and 5 deletions
10
Dockerfile
10
Dockerfile
|
@ -3,11 +3,11 @@
|
||||||
#FROM nextcloud:13.0.12
|
#FROM nextcloud:13.0.12
|
||||||
FROM nextcloud:14
|
FROM nextcloud:14
|
||||||
|
|
||||||
RUN apt-get update && \
|
#RUN apt-get update && \
|
||||||
apt-get install -q -y cron && \
|
# apt-get install -q -y cron && \
|
||||||
apt-get clean
|
# 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue