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/ \
|
/etc/nginx/ \
|
||||||
/root/nextcloud/config/
|
/root/nextcloud/config/
|
||||||
|
|
||||||
|
# enable cron.php to run
|
||||||
|
RUN usermod --shell '/bin/bash' www-data \
|
||||||
|
&& echo -e "bruh\nbruh" | passwd www-data
|
||||||
|
|
||||||
#Autoconfig defaults
|
#Autoconfig defaults
|
||||||
RUN mkdir -pv default_configs/etc/ default_configs/var/
|
RUN mkdir -pv default_configs/etc/ default_configs/var/
|
||||||
COPY buildfiles/etc/ default_configs/etc/
|
COPY buildfiles/etc/ default_configs/etc/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user