mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
[docker] drop the docker Makefile from the image (#6507)
This commit is contained in:
committed by
techknowlogick
parent
0081cd8dfe
commit
dab38c375d
6
docker/root/etc/s6/openssh/run
Executable file
6
docker/root/etc/s6/openssh/run
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
[[ -f ./setup ]] && source ./setup
|
||||
|
||||
pushd /root > /dev/null
|
||||
exec su-exec root /usr/sbin/sshd -D -e 2>&1
|
||||
popd
|
Reference in New Issue
Block a user