diff --git a/prune.sh b/prune.sh new file mode 100755 index 0000000..fe8a2bf --- /dev/null +++ b/prune.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +[[ -f data/helpers/keys.json ]] && rm data/helpers/keys.json +rm -rf $(find data/file/ -maxdepth 1 -type f -name "*" ! -name ".gitkeep") + +docker compose down --remove-orphans