Closed lhchavez closed 3 years ago
It turns out that the semantics of the .dockerignore file does not quite match the ones from .gitignore ^^;; For the former, we need to explicitly mark a directory and all of its children as being ignored if we want to have that rule be recursive.
.dockerignore
.gitignore
Good work, this PRs short and easy to review! Promoting to bop.
bop
prebooping: tests are pending
unbooping: approved
It turns out that the semantics of the
.dockerignore
file does not quite match the ones from.gitignore
^^;; For the former, we need to explicitly mark a directory and all of its children as being ignored if we want to have that rule be recursive.