Skip to content

Commit e0f6366

Browse files
Use the runtime user's numeric primary group
1 parent 4ca64b4 commit e0f6366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -Eeuo pipefail
33

44
mode="${1:-production}"
55
truthgate_user="truthgate"
6-
truthgate_group="truthgate"
6+
truthgate_group="$(id -g "${truthgate_user}")"
77

88
log() {
99
printf '[truthgate] %s\n' "$*"

0 commit comments

Comments
 (0)