• unalivejoy
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    8 months ago

    The same issue happens with git (on windows). The file system says they’re the same file and they haven’t changed, so you have to manually tell the program the file changed. With git, you’d run git rm --cached && git add . On docker, you could just do a non-cached build via docker build . --no-cache