entrypoint property

String? entrypoint
getter/setter pair

Entrypoint to be used instead of the build step image's default entrypoint.

If unset, the image's default entrypoint is used.

Implementation

core.String? entrypoint;