Ensure that file is not included in .dockerignore or wildcard like *.tar.gz2
.dockerignore or wildcard like *.tar.gz2
Try to build with --no-cache key: docker build --no-cache .
--no-cache
docker build --no-cache .
Ensure that context path is passed correctly (please, provide your build.sh so we can check it)