From ce17cbc9bcd1a9745e9fb8ffc88215773e974101 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 7 May 2026 12:25:18 +0100 Subject: Ensure correct permissions for the /repositories directory --- entrypoint.bash | 1 + 1 file changed, 1 insertion(+) (limited to 'entrypoint.bash') diff --git a/entrypoint.bash b/entrypoint.bash index 80e7c91..f9b6f52 100644 --- a/entrypoint.bash +++ b/entrypoint.bash @@ -16,6 +16,7 @@ fi # Set the correct permissions for the git user chown -R git:git /home/git +chown -R git:git /repositories # Start the SSH service in the background echo "Starting SSH service..." -- cgit v1.2.3