diff --git a/app/http.php b/app/http.php index c395406..495912d 100644 --- a/app/http.php +++ b/app/http.php @@ -1248,7 +1248,7 @@ function (string $runtimeId, ?string $payload, string $path, string $method, mix $online = $orchestration->execute( name: $runtimeName, - command: ['sh', '-c', 'nc -zv 3000'], + command: ['sh', '-c', 'nc -zv localhost 3000'], output: $output, );