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

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

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