DockerfileStage.Entrypoint(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an ENTRYPOINT statement to set the container entrypoint.
public Aspire.Hosting.ApplicationModel.Docker.DockerfileStage Entrypoint(string[] command);
member this.Entrypoint : string[] -> Aspire.Hosting.ApplicationModel.Docker.DockerfileStage
Public Function Entrypoint (command As String()) As DockerfileStage
Parameters
- command
- String[]
The entrypoint command to execute.
Returns
The current stage.