microsoft / generator-docker

Yeoman generator for Docker
Other
346 stars 69 forks source link

enable --no-cache for build command #112

Open spboyer opened 8 years ago

spboyer commented 8 years ago

There is no way to pass the --no-cache flag for building the image in the event your local cache is bad or you want to force a complete rebuild of the image.

./dockerTask.sh build --no-cache