mirror of
https://github.com/docker/docs.git
synced 2026-04-05 18:58:55 +07:00
* ENGDOCS-2080 * consistency fix * file watch addition * file watch addition * edits * edits * review edits and further includes files
307 B
307 B
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.