1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 01:15:48 +00:00
gitea/docker/etc/s6/gitea/run
2016-11-28 17:16:13 +01:00

7 lines
124 B
Bash
Executable File

#!/bin/bash
[[ -f ./setup ]] && source ./setup
pushd /app/gitea > /dev/null
exec su-exec git /app/gitea/gitea web
popd