Added no-cache for docker build in README
This commit is contained in:
parent
7382370b93
commit
1e0e3aadce
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user