Files
Gogs/docker/s6/gogs/run

8 lines
94 B
Bash
Executable File

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