Skip to content

Commit fec4daa

Browse files
authored
fix: remove volume cleanup from cleanupAll()
1 parent aae7906 commit fec4daa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • packages/server/src/utils/docker

packages/server/src/utils/docker/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ export const cleanupSystem = async (serverId?: string) => {
252252
export const cleanupAll = async (serverId?: string) => {
253253
await cleanupContainers(serverId);
254254
await cleanupImages(serverId);
255-
// await cleanupVolumes(serverId);
256255
await cleanupBuilders(serverId);
257256
await cleanupSystem(serverId);
258257
};

0 commit comments

Comments
 (0)