Files
Gogs/docker/s6/gogs/run
eightpigs f3b05961aa docker: fix the bug of using root account to create /data/* directory (#6068)
* Fix the bug of using root account to create /data directory

* Fix the bug that sshkey cannot be added in the container and remove unnecessary chown.
2020-04-07 15:12:08 +08:00

8 lines
94 B
Bash
Executable File

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