Build.Dockerfile Property
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.
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