aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker-compose.yaml3
1 files changed, 3 insertions, 0 deletions
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