mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-08 23:45:22 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -233,7 +233,8 @@ export const cleanupFullDocker = async (serverId?: string | null) => {
|
|||||||
${cleanupContainers}
|
${cleanupContainers}
|
||||||
${cleanupSystem}
|
${cleanupSystem}
|
||||||
${cleanupBuilder}
|
${cleanupBuilder}
|
||||||
`));
|
`),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
await execAsync(
|
await execAsync(
|
||||||
@@ -243,7 +244,7 @@ export const cleanupFullDocker = async (serverId?: string | null) => {
|
|||||||
${cleanupContainers}
|
${cleanupContainers}
|
||||||
${cleanupSystem}
|
${cleanupSystem}
|
||||||
${cleanupBuilder}
|
${cleanupBuilder}
|
||||||
`)
|
`),
|
||||||
);
|
);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error);
|
console.log(error);
|
||||||
|
|||||||
Reference in New Issue
Block a user