Python entrypoint fix
All checks were successful
Build & Push Docker Image / build-and-publish (push) Successful in 10s
All checks were successful
Build & Push Docker Image / build-and-publish (push) Successful in 10s
This commit is contained in:
@@ -3,7 +3,7 @@ set -e
|
|||||||
|
|
||||||
# Function to build the command based on environment variables
|
# Function to build the command based on environment variables
|
||||||
build_command() {
|
build_command() {
|
||||||
local cmd="python3 /app/update_channel_logos.py"
|
local cmd="/usr/local/bin/python3 /app/update_channel_logos.py"
|
||||||
|
|
||||||
# Required parameters
|
# Required parameters
|
||||||
cmd="$cmd --server \"$EMBY_SERVER_URL\""
|
cmd="$cmd --server \"$EMBY_SERVER_URL\""
|
||||||
|
|||||||
Reference in New Issue
Block a user