0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-27 06:06:55 +01:00
gitea/docker/root/etc/s6/gitea/run

7 lines
126 B
Bash
Executable File

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