mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
2 lines
308 B
Markdown
2 lines
308 B
Markdown
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.
|