Skip to content

EntryPoint #159

@jc9464

Description

@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. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions