Skip to content

Commit

Permalink
container wait for exit
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Feb 6, 2025
1 parent e8d0474 commit b491f0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/e2e/src/tenv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,7 @@ export function createTenv(cwd: string): Tenv {
await ctr.start();

const container: Container = {
waitForExit: ctr.wait(),
containerName,
name,
port: hostPort,
Expand Down

0 comments on commit b491f0f

Please sign in to comment.