# `Docker.Commands.Compose.Build`
[🔗](https://github.com/joshrotenberg/docker_wrapper_ex/blob/v0.1.2/lib/docker/commands/compose/build.ex#L1)

Implements the `Docker.Command` behaviour for `docker compose build`.

# `t`

```elixir
@type t() :: %Docker.Commands.Compose.Build{
  build_args: term(),
  env_files: term(),
  files: term(),
  no_cache: term(),
  parallel: term(),
  profiles: term(),
  project_directory: term(),
  project_name: term(),
  pull: term(),
  quiet: term(),
  services: term()
}
```

# `build_arg`

# `file`

# `new`

# `no_cache`

# `parallel`

# `project_name`

# `pull`

# `quiet`

# `service`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
