first-commit
This commit is contained in:
6
docker/root/etc/s6/gitea/run
Normal file
6
docker/root/etc/s6/gitea/run
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
[[ -f ./setup ]] && source ./setup
|
||||
|
||||
pushd /app/gitea >/dev/null
|
||||
exec su-exec $USER /usr/local/bin/gitea web
|
||||
popd
|
Reference in New Issue
Block a user