From 613d2db9e878a75cc23a9f50a17ba06a0b17ffce Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 22 Dec 2016 20:18:11 +0100 Subject: Update build instructions --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index c54143e..74130d5 100644 --- a/docker/README.md +++ b/docker/README.md @@ -9,7 +9,7 @@ I.e. look at the tags at https://hub.docker.com/r/leapcode/ruby/tags/ VERSION='2.2.0' IMAGE='ruby' cd $IMAGE - docker build -t leapcode/${IMAGE}:${VERSION} . + docker build --no-cache -t leapcode/${IMAGE}:${VERSION} . ## Push images -- cgit v1.2.3