summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker/README.md2
1 files changed, 1 insertions, 1 deletions
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