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