I'm using a Macbook Pro with "macOS Mojave". I have installed a Laravel project using Laradock (I followed their documentation for multiple projects installation), an recently I have installed a Laravel project with React but if I change something in the code, it won't load it to the interface unless I rebuild the docker container.
For example if I change something in a view (welcome.blade.php for example), the change appears immediately, but if I change something on App.js (react component) the change is not loaded until the container is rebuild. (I also run npm run dev/watch)
Do you have any ideas why is this happening? Can this be fixed?
Thank you in advance!
docker-compose.yml file: https://ufile.io/51l5wx4g