summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2020-07-15 13:08:43 -0700
committerAndy McCurdy <andy@andymccurdy.com>2020-07-15 13:08:43 -0700
commita5508b141e15b752f97263325b5114fb0b48476a (patch)
tree7f54496f25ef6dc95c4291f55e508ae1a8ed7865
parent273c8fee6c486b10e6e9823b0dd8645a363530d1 (diff)
downloadredis-py-a5508b141e15b752f97263325b5114fb0b48476a.tar.gz
force removal of docker images rather than ask the user if it's ok
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a3ebfa9..9cce0ff 100644
--- a/Makefile
+++ b/Makefile
@@ -11,4 +11,4 @@ test: dev
clean:
docker-compose stop
- docker-compose rm
+ docker-compose rm -f