[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-11-30 18:24:45 +00:00
committed by GitHub
parent e22d503182
commit b6de55c4d9

View File

@@ -146,7 +146,7 @@ export const getContainerByName = (name: string): Promise<ContainerInfo> => {
};
// Commands passed through this method are held during Docker's build or pull process. (https://github.com/dokploy/dokploy/pull/3064)
export const createDockerSafeExec = (command: string) => (`CHECK_INTERVAL=10
export const createDockerSafeExec = (command: string) => `CHECK_INTERVAL=10
echo "Starting Docker cleanup..."
@@ -164,7 +164,7 @@ done
${command}
echo "Docker cleanup completed."`)
echo "Docker cleanup completed."`;
export const cleanUpUnusedImages = async (serverId?: string) => {
try {