aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-07 17:17:29 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-07 17:17:29 +0100
commit79258f58a305184201dc748ea79cc944601d4701 (patch)
treea52ba2867d6b4b64f2403c099507c5df7cf362be /docker-compose.yaml
parent383779db370f2dab17ae7f57d4015f7357cb19a8 (diff)
downloadgit.zue.dev-79258f58a305184201dc748ea79cc944601d4701.tar
git.zue.dev-79258f58a305184201dc748ea79cc944601d4701.tar.gz
git.zue.dev-79258f58a305184201dc748ea79cc944601d4701.tar.bz2
git.zue.dev-79258f58a305184201dc748ea79cc944601d4701.tar.xz
git.zue.dev-79258f58a305184201dc748ea79cc944601d4701.zip
Copy git home overlay
Diffstat (limited to 'docker-compose.yaml')
-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