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.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Docker-compose issues on Latest update version 1.13.0-rc6-beta36 (14969) | 0 | 858 | January 15, 2017 | |
Docker Compose not synchronising file changes in volume | 6 | 38800 | August 25, 2022 | |
Docker caching files | 0 | 543 | February 22, 2020 | |
File not being copied over correctly from host to container on build (even with --no-cache flag) | 0 | 1309 | May 28, 2020 | |
Can't copy into image | 1 | 350 | May 10, 2022 |