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

if test -f ./setup; then
    source ./setup
fi

export USER=git
exec gosu $USER /app/gogs/gogs web