enable cron.php to run
This commit is contained in:
parent
7e08b2cfd4
commit
b653e814a1
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user