docker compose build --with-dependencies web

Category: Docker

docker compose build --with-dependencies web

Build a service and its dependencies

Builds the web image plus any services it depends on, in dependency order. Without it, only the named service builds and dependency images may be stale. Combine with --parallel to build independent targets concurrently.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.