mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-20 15:22:59 +00:00
feat: implement smart error parser and post-deploy health probe
This commit is contained in:
@@ -25,6 +25,10 @@ class DockerController {
|
||||
return DockerController.instance;
|
||||
}
|
||||
|
||||
public getDocker(): Docker {
|
||||
return this.docker;
|
||||
}
|
||||
|
||||
public async getDiskUsage() {
|
||||
const df = await this.docker.df();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user