This commit is contained in:
Louis Lam
2023-11-07 21:22:49 +08:00
parent 015e4c21f9
commit eb6db8b31e
2 changed files with 2 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ export class DockerSocketHandler extends SocketHandler {
ok: true,
msg: "Deployed",
});
stack.joinCombinedTerminal(socket);
} catch (e) {
callbackError(e, callback);
}