Skip to content

Commit

Permalink
fix: hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Oct 22, 2024
1 parent e65d16a commit cfbd931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/http.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
);

Expand Down

0 comments on commit cfbd931

Please sign in to comment.