Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Jan 5, 2025
1 parent 5a64e20 commit 9d91dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webtrees/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down

0 comments on commit 9d91dd9

Please sign in to comment.