summaryrefslogtreecommitdiffstats
path: root/docker/root/etc/s6/gitea/run
diff options
context:
space:
mode:
Diffstat (limited to 'docker/root/etc/s6/gitea/run')
-rwxr-xr-xdocker/root/etc/s6/gitea/run6
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/root/etc/s6/gitea/run b/docker/root/etc/s6/gitea/run
new file mode 100755
index 0000000..7b85835
--- /dev/null
+++ b/docker/root/etc/s6/gitea/run
@@ -0,0 +1,6 @@
+#!/bin/bash
+[[ -f ./setup ]] && source ./setup
+
+pushd /app/gitea >/dev/null
+exec su-exec $USER /usr/local/bin/gitea web
+popd