fix: git docker shim

This commit is contained in:
Strix 2023-10-30 01:53:54 +01:00
parent 8d45311e0d
commit ce0042117c
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
4 changed files with 3 additions and 2 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
/usr/bin/docker exec -i --env SSH_ORIGINAL_COMMAND="$SSH_ORIGINAL_COMMAND" gitea sh "$@"
/usr/bin/docker exec -iu git --env SSH_ORIGINAL_COMMAND="$SSH_ORIGINAL_COMMAND" git sh "$@"