diff options
Diffstat (limited to 'docker/root/etc/s6/gitea/run')
-rwxr-xr-x | docker/root/etc/s6/gitea/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/root/etc/s6/gitea/run b/docker/root/etc/s6/gitea/run index b6150c10d5..7b858350f2 100755 --- a/docker/root/etc/s6/gitea/run +++ b/docker/root/etc/s6/gitea/run @@ -2,5 +2,5 @@ [[ -f ./setup ]] && source ./setup pushd /app/gitea >/dev/null -exec su-exec $USER /app/gitea/gitea web +exec su-exec $USER /usr/local/bin/gitea web popd |