enable cron.php to run

This commit is contained in:
Shihaam Abdul Rahman 2022-11-05 00:10:08 +05:00
parent 7e08b2cfd4
commit b653e814a1
Signed by: shihaam
GPG Key ID: 16ADCF6871CB2A56

View File

@ -89,6 +89,10 @@ RUN rm -rv /var/www/html/index.nginx-debian.html \
/etc/nginx/ \
/root/nextcloud/config/
# enable cron.php to run
RUN usermod --shell '/bin/bash' www-data \
&& echo -e "bruh\nbruh" | passwd www-data
#Autoconfig defaults
RUN mkdir -pv default_configs/etc/ default_configs/var/
COPY buildfiles/etc/ default_configs/etc/