From edd9116787d9c714bd6e608259bf016109bd7777 Mon Sep 17 00:00:00 2001 From: Peter Smit Date: Fri, 17 Jan 2025 10:27:10 +0100 Subject: [PATCH] Actually really NOW actually for real truly now fix docker compose in updater --- updater/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/updater/Dockerfile b/updater/Dockerfile index 62f5716..a33b738 100644 --- a/updater/Dockerfile +++ b/updater/Dockerfile @@ -25,6 +25,8 @@ RUN usermod -aG docker www-data # Copy the PHP file to the Apache document root COPY webhook.php /var/www/html/index.php +RUN git config --system --add safe.directory * + # Expose port 80 EXPOSE 80