Is it a good practice to add VOLUME inside the Dockerfile even when is just for development propose?
Normally, we can do the volumes in the docker-compose file, so we get the sync with the code inside the container.
I am confused if I should add a VOLUME configuration inside the Dockerfile itself aswell