Do not cleanup the docker-compose-generator

This commit is contained in:
nicolas.dorier 2019-09-24 00:54:07 +09:00
parent aed12e1a8a
commit 66f14351f3
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -1,3 +1,3 @@
#!/bin/bash
docker image prune -af
docker image prune -af --filter "label!=org.btcpayserver.image=docker-compose-generator"