In the same directory I have two Dockerfiles and I would like to add a separate .dockerignore for each of them.
Dockerfiles
.dockerignore
Currently, I have:
Multiple dockerignore files or specifying which dockerignore file to use is currently not supported by Docker.
See this issue on Github: Add support for specifying .dockerignore file with -i/--ignore