-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Description
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. The end result is that there are 2 ENTRYPOINT entries in the Dockerfile.
Is there some way to tell it not to put the default ENTRYPOINT entry in? I want to override it with the entrypoint that I've provided. The one I've provided needs to be the only one in the generated Dockerfile.
mpetuska
Metadata
Metadata
Assignees
Labels
No labels