Morska.Import.Standard refactored

This commit is contained in:
Michał Zieliński
2025-06-06 20:23:36 +02:00
parent a4d8622ace
commit b73adb4b17
12 changed files with 354 additions and 70 deletions

8
Utils/totalCleanup.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
docker stop $(docker ps -aq)
docker rm -f $(docker ps -aq)
docker rmi -f $(docker images -q)
docker network prune -f
docker volume prune -f
docker builder prune -af