jc9464

Results 1 issues of jc9464

I have the following in my build.gradle: distDocker { tagVersion = project.tagVersion registry = rootProject.group addFile("runpdb", "/bin/runpdb") entryPoint(["/bin/runpdb"]) } However, the Dockerfile created still insists on having the default entryPoint....