multiproject bug fix
This version fixes an issue that can occur in multi-project gradle builds where you want to provide your own DockerFile instead of the default. For example, lets assume you have a project named scanrunner under the gradle root project. You should place your Dockerfile and matching bootrunner.sh in scanrunner/src/main/docker. This version correctly locates this directory instead of assuming the directory is part of the root project.