Docker compose fails to copy latest files

I have a django project I’m dockerizing. I’m finding that half the time, files don’t get updated in the container. The big problem seems to be COPY. I copy the source tree into my container and often a file I’ve changed on the local machine, won’t get copied into the container. Has anyone else seen this? Note that even if I do “–no-cache”, it still happens.