Update Dockerfile

This commit is contained in:
Alexandre
2025-01-05 16:49:45 +01:00
committed by GitHub
parent 5a64e203e7
commit 9d91dd9a1b

View File

@@ -49,7 +49,7 @@ RUN \
&& cp -rf /var/* /var2/ \
&& chown -R www-data:www-data /var2/www/webtrees \
# Allow healthcheck
&& for files in /etc/apache2/sites-available/*; do sed -i "/<Directory/i\ BrowserMatchNoCase ^healthcheck nolog" "$files"; done
&& for files in /etc/apache2/sites-*/*.conf; do sed -i "/<Directory/i\ BrowserMatchNoCase ^healthcheck nolog" "$files"; done \
##################
# 3 Install apps #