Update Dockerfile

This commit is contained in:
Alexandre
2023-03-23 23:33:28 +01:00
committed by GitHub
parent bb81901c01
commit 063bcf8fee

View File

@@ -44,6 +44,7 @@ RUN \
\
# Change location of executable
sed -i "s|/config|/data/config|g" /usr/bin/occ && \
sed -i "s|/config|/data/config|g" /usr/bin/updater.phar && \
\
# Change location of log
sed -i "s|s6-setuidgid abc php -f /config/www/nextcloud/cron.php|(s6-setuidgid abc php -f /config/www/nextcloud/cron.php) \&>/proc/1/fd/1|g" /etc/crontabs/root && \