feat: implement smart error parser and post-deploy health probe

This commit is contained in:
SaelixCode
2026-03-05 19:59:35 -05:00
parent d38d48fafe
commit 953049a45d
5 changed files with 135 additions and 10 deletions
+4
View File
@@ -25,6 +25,10 @@ class DockerController {
return DockerController.instance;
}
public getDocker(): Docker {
return this.docker;
}
public async getDiskUsage() {
const df = await this.docker.df();