diff --git a/images/entrypoint.sh b/images/entrypoint.sh index 92e8cc426..64d4bb31c 100755 --- a/images/entrypoint.sh +++ b/images/entrypoint.sh @@ -83,7 +83,7 @@ function warn() log "WARN: {$1}" } -if ! type python3 &> /dev/null; then +if type python3 &> /dev/null; then alias python=python3 fi