Build Constructors
ClassConstructors1 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.
ConstructorSection titled Constructorpublic sealed class Build{ public Build() { // ... }}