Home Explore Blog CI



docker

content/includes/compose/build.md
5bae85d5f7b599121a29c286813cdd5e5705bedccc86240c0000000300000134
Build is an optional part of the Compose Specification. It tells Compose how to (re)build an application from source and lets you define the build process within a Compose file in a portable way.  `build` can be either specified as a single string defining a context path, or as a detailed build definition.

Chunks
d0b15418 (1st chunk of `content/includes/compose/build.md`)
Title: Understanding the 'build' Section in Compose Specification
Summary
The 'build' section in a Compose Specification defines how to build (or rebuild) an application from source code. It can be a simple path to the build context or a more detailed build configuration.