docker system prune
Some checks failed
Build Docker / build (push) Has been cancelled
Build Docker / deploy (push) Has been cancelled

This commit is contained in:
2026-05-11 17:48:58 +03:00
parent 0305063e16
commit 96564010f2

View File

@@ -38,4 +38,7 @@
creates: /opt/infra/node-docker.yaml
- name: Start node-docker
shell: docker-compose -f /opt/infra/node-docker.yaml up -d
shell: docker-compose -f /opt/infra/node-docker.yaml up -d
- name: Docker system prune
shell: docker system prune -a