mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
DEV: Add docker cleanup script to d/ folder
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
docker container prune --filter until=1h
|
||||
docker image prune --all --filter until=1h
|
||||
Reference in New Issue
Block a user