diff --git a/entrypoint.sh b/entrypoint.sh index 051438f..b17fd7f 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,7 +3,7 @@ set -e # Function to build the command based on environment variables build_command() { - local cmd="python3 /app/update_channel_logos.py" + local cmd="/usr/local/bin/python3 /app/update_channel_logos.py" # Required parameters cmd="$cmd --server \"$EMBY_SERVER_URL\""