Open lorenzleutgeb opened 3 years ago
I build with
DOCKER_BUILDKIT=1 docker build -f x/Dockerfile .
thus, the Dockerfile ./x/Dockerfile and the .dockerignore file ./x/Dockerfile.dockerignore are used. However, this tool expects .dockerignore to be at ./.dockerignore.
./x/Dockerfile
.dockerignore
./x/Dockerfile.dockerignore
./.dockerignore
I build with
thus, the Dockerfile
./x/Dockerfile
and the.dockerignore
file./x/Dockerfile.dockerignore
are used. However, this tool expects.dockerignore
to be at./.dockerignore
.