Actually really NOW actually for real truly fix docker compose in updater

This commit is contained in:
Peter Smit
2025-01-17 10:25:39 +01:00
parent 7c237e1f2b
commit 7dcd7756af

View File

@@ -19,6 +19,9 @@ RUN apt-get update && \
apt-get install -y git docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin && \ apt-get install -y git docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
# Add user to the docker group
RUN usermod -aG docker www-data
# Copy the PHP file to the Apache document root # Copy the PHP file to the Apache document root
COPY webhook.php /var/www/html/index.php COPY webhook.php /var/www/html/index.php