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