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 COPY not updating files when rebuilding container on cloud provider | 0 | 4259 | January 6, 2017 | |
| Error copying files from host to container | 2 | 10072 | March 21, 2018 | |
| Dockerfile copy running when file appears unchanged | 2 | 1548 | July 26, 2016 | |
| Docker File COPY | 21 | 80665 | January 4, 2018 | |
| Docker don't seem to copy `server.py` file and restaurants container is restarting frequently | 0 | 624 | May 22, 2019 |