From f07efbb6fc7a63055a8424799ce03a5f37539873 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Fri, 20 Jan 2023 00:35:09 -0500 Subject: wip --- demo/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo/entrypoint.sh') diff --git a/demo/entrypoint.sh b/demo/entrypoint.sh index e060597..3c65e54 100755 --- a/demo/entrypoint.sh +++ b/demo/entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/sh USER_SHELL="${USER_SHELL:-/bin/ash}" -# UID and GID used by the `git` user inside of the container +# UID and GID used by the user inside of the container USER_UID="${USER_UID:-3500}" USER_GID="${USER_GID:-3500}" -- cgit v1.2.3