summaryrefslogtreecommitdiffstats
path: root/docker/etc/s6/gitea/run
blob: 246e74d27c1edcbd2f5b7724b1b1172a3339d993 (plain)
1
2
3
4
5
6
#!/bin/bash
[[ -f ./setup ]] && source ./setup

pushd /app/gitea > /dev/null
    exec gosu git /app/gitea/gitea web
popd