'Symfony 6 development with Docker on Mac

I'm starting a new project on Symfony 6. Every time I make a change to the project, var/cache is completely rebuilt, therefore the next request to the app always times out.

What can I do to disable var/cache from being rebuilt on every change? Or to not even use this cache?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source