Added no-cache for docker build in README

This commit is contained in:
Mahesh Asolkar 2020-01-26 18:58:13 -08:00
parent 7382370b93
commit 1e0e3aadce

View File

@ -1,7 +1,10 @@
# Build docker image
% cd <app source directory>
% 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