Skip to content

Commit fb4caca

Browse files
authored
fix: removes all unused containers and images after deploy.yaml workflow (PalisadoesFoundation#1687)
1 parent 13f3a33 commit fb4caca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/cloud-api-demo/deploy.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ docker-compose down
1717

1818
# Build and launch containers in the background
1919
docker-compose up -d --build
20+
21+
# Remove all unused containers, networks, and images (both dangling and all unused)
22+
docker system prune -f

0 commit comments

Comments
 (0)