startCommand property

Input<String?>? startCommand
final

Command App Runner runs to start the application in the source image. If specified, this command overrides the Docker image’s default start command.

Implementation

final pulumi.Input<String?>? startCommand;