Added no-cache for docker build in README
This commit is contained in:
		| @@ -1,7 +1,10 @@ | |||||||
| # Build docker image | # Build docker image | ||||||
|  |  | ||||||
|     % cd <app source directory> |     % 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 | # Run docker container | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user