mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-01 17:38:33 +00:00
Use su-exec instead of gosu, much smaller
This commit is contained in:
parent
575dc69e3b
commit
65d0426b91
5 changed files with 9 additions and 9 deletions
|
@ -2,5 +2,5 @@
|
|||
[[ -f ./setup ]] && source ./setup
|
||||
|
||||
pushd /app/gitea > /dev/null
|
||||
exec gosu git /app/gitea/gitea web
|
||||
exec su-exec git /app/gitea/gitea web
|
||||
popd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue