fix(terminal): allocate pseudo-TTY for interactive docker exec session

This commit is contained in:
Fusion
2026-05-21 11:09:08 +02:00
parent 9d54a2542b
commit 76266fc3d0
+1 -1
View File
@@ -20,7 +20,7 @@ class TerminalSession:
self.process = await asyncio.create_subprocess_exec( self.process = await asyncio.create_subprocess_exec(
"docker", "docker",
"exec", "exec",
"-i", "-it",
self.container_id, self.container_id,
"/bin/sh", "/bin/sh",
"-c", "-c",