From 79258f58a305184201dc748ea79cc944601d4701 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 7 May 2026 17:17:29 +0100 Subject: Copy git home overlay --- docker-compose.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index 6f9b4a5..22a97a4 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -42,6 +42,9 @@ services: # Set appropriate permissions for the scripts RUN chmod +x /scripts/* + # Copy git home overlay + COPY home/git/* /home/git/ + # Make the entrypoint script executable RUN chmod +x /entrypoint.bash -- cgit v1.2.3