WebApp.DefinitionStages.WithStartUpCommand Interface
Implements
public static interface WebApp.DefinitionStages.WithStartUpCommand
extends WithCreate
A web app definition allowing docker startup command to be specified. This will replace the "CMD" section in the Dockerfile.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withStartUpCommand(String startUpCommand)
Specifies the startup command. |
Method Details
withStartUpCommand
public abstract WebApp.DefinitionStages.WithCreate withStartUpCommand(String startUpCommand)
Specifies the startup command.
Parameters:
Returns: