COPY with docker but with exclusion In a Dockerfile, I have COPY . . I want to exclude an entire directory, in my case, node_modules directory. Something like this: COPY [all but **/node_modules/**] . Is... May 5, 2022 0 Comments