summaryrefslogtreecommitdiffstats
path: root/root/entrypoint
diff options
context:
space:
mode:
Diffstat (limited to 'root/entrypoint')
-rwxr-xr-xroot/entrypoint3
1 files changed, 1 insertions, 2 deletions
diff --git a/root/entrypoint b/root/entrypoint
index 9845a77..3103845 100755
--- a/root/entrypoint
+++ b/root/entrypoint
@@ -1,12 +1,11 @@
#! /bin/sh
-export USER=git
export HOME=/data
export USER_ID=$(id -u)
export GROUP_ID=$(id -g)
grep -v ^git /etc/passwd > "$HOME/passwd"
-echo "git:x:${USER_ID}:${GROUP_ID}:gogs.io user:${HOME}:/bin/bash" >> "$HOME/passwd"
+echo "gogs:x:${USER_ID}:${GROUP_ID}:gogs.io user:${HOME}:/bin/bash" >> "$HOME/passwd"
cat "$HOME/passwd" > /etc/passwd
#No nss_wrapper in Alpine Linux yet