Added git server and prometheus metrics
This commit is contained in:
5
gitserver.entrypoint.sh
Normal file
5
gitserver.entrypoint.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
cp /auth/authorized_keys /home/git/.ssh/
|
||||
chown -R git:git /home/git/.ssh
|
||||
|
||||
/usr/sbin/sshd -D
|
||||
Reference in New Issue
Block a user