Files
Gogs/docker/s6/gogs/run
2020-04-10 22:58:55 +08:00

9 lines
110 B
Bash
Executable File

#!/bin/sh
if test -f ./setup; then
source ./setup
fi
export USER=git
exec gosu $USER /app/gogs/gogs web