From 1e0e3aadce2f18724475ba00667e84a69114349d Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Sun, 26 Jan 2020 18:58:13 -0800 Subject: [PATCH] Added no-cache for docker build in README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad568c6..73f05f1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # Build docker image % cd - % docker build --tag mahesh/mma-ask-app . + % docker build --tag mahesh/mma-ask-app --no-cache . + +*Note*: If `--no-cache` is not used, cloning of git repo from the docker file + does not work in subsequent builds # Run docker container