3 lines
99 B
Bash
3 lines
99 B
Bash
#!/bin/sh
|
|
/usr/bin/docker exec -i --env SSH_ORIGINAL_COMMAND="$SSH_ORIGINAL_COMMAND" gitea sh "$@"
|