diff --git a/docker-entry-point.sh b/docker-entry-point.sh index ba97485..024d6ab 100755 --- a/docker-entry-point.sh +++ b/docker-entry-point.sh @@ -6,6 +6,7 @@ if [ -n "$ROOT_PASSWD" ]; then fi if [ -n "$GIT_USER" ] && [ -n "$GIT_EMAIL" ]; then + touch /root/.gitconfig git config --global user.name "$GIT_USER" git config --global user.email "$GIT_EMAIL" git config --global core.sshCommand "/usr/bin/ssh"