docker compose build --push web

Category: Docker

docker compose build --push web

Build a service image and push it

Builds the web service image then pushes it to its configured registry in one step. The image tag comes from the service definition. Add --with-dependencies to build prerequisite services first.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.