Build Constructors
Class Constructors 1 member
Represents the build configuration for a service within a Docker Compose file. This class is used to define various build parameters such as context, dockerfile, arguments, target stages, cache sources, and labels.
Constructor Section titled Constructor public sealed class Build{ public Build() { // ... }}