Closed ianfixes closed 3 years ago
I am finding that my docker context includes many directories that are listed in the .dockerignore. It also seems unable to handle entries that start with ! -- instead, it tries to ignore a file that literally starts with this character.
.dockerignore
!
https://docs.docker.com/engine/reference/builder/#dockerignore-file
I am finding that my docker context includes many directories that are listed in the
.dockerignore
. It also seems unable to handle entries that start with!
-- instead, it tries to ignore a file that literally starts with this character.https://docs.docker.com/engine/reference/builder/#dockerignore-file