Share via


Build.Dockerfile Property

Definition

Specifies the path to the Dockerfile used for building the Docker image. This property points to the Dockerfile that contains the instructions for building the service image in a Docker Compose configuration.

[YamlDotNet.Serialization.YamlMember(Alias="dockerfile")]
public string? Dockerfile { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="dockerfile")>]
member this.Dockerfile : string with get, set
Public Property Dockerfile As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to