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