aboutsummaryrefslogtreecommitdiff
path: root/docker/s6/gogs/run
blob: eae716e70749bf3bdad6a0a0e7bf5c4851ea292f (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if test -f ./setup; then
    # shellcheck disable=SC2039,SC1091,SC3046
    source ./setup
fi

exec gosu "$USER" /app/gogs/gogs web