Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardopinosio committed Mar 21, 2024
1 parent 5cb526c commit 675b36d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ if [[ -n $HOST_UID ]] && [[ $HOST_UID != 1000 ]]; then
fi

echo "$1 running with user: $user_name"
echo "$user_name has uid: $(id -u testuser)"
chown "$user_name:$user_name" "$1" && chmod +x "$1"
exec runuser -u $user_name -- "$1" "${arguments[@]}"

0 comments on commit 675b36d

Please sign in to comment.