I'm using Docker to deploy a cookiecutter-django app to production. My question is when do I need to use --no-cache
with docker-compose -f production.yml build
?
In particular, if I make a change to one of the settings.py files, will that change get picked up without using --no-cache. And what about changes to requirments.txt files?