import { containerNetworkPrune, containerPrune } from '../dockerCommands/container' export async function cleanupJob(): Promise { await containerPrune() await containerNetworkPrune() }