diff --git a/scope b/scope index a72d1b7d7..42c87cd00 100755 --- a/scope +++ b/scope @@ -282,7 +282,7 @@ case "$COMMAND" in app_ip=$(docker inspect -f '{{.NetworkSettings.IPAddress}}' "${CONTAINER}") docker rm -f "$SCOPE_CONTAINER_NAME" >/dev/null 2>&1 || true # shellcheck disable=SC2091 - CONTAINER=$($(launch_command --no-app "$@" "${app_ip}:4040")) + CONTAINER=$($(launch_command) --no-app "$@" "${app_ip}:4040") print_app_endpoints "localhost" exit fi