DockerfileStage.EmptyLine 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 empty line to the Dockerfile for better readability.
public Aspire.Hosting.ApplicationModel.Docker.DockerfileStage EmptyLine();
member this.EmptyLine : unit -> Aspire.Hosting.ApplicationModel.Docker.DockerfileStage
Public Function EmptyLine () As DockerfileStage
Returns
The current stage.