summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-12-22 20:18:11 +0100
committervarac <varacanero@zeromail.org>2016-12-22 20:18:11 +0100
commit613d2db9e878a75cc23a9f50a17ba06a0b17ffce (patch)
tree4af70d7a7e13847e3693248ff659c2a97d83f0c8
parent9eb72628df5d99175d9d9f6048e5a9a211e8463c (diff)
Update build instructions
-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