Implements the Docker.Command behaviour for docker compose build.
Docker.Command
docker compose build
@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() }