docker build --target builder -t myapp:builder .

Category: Docker

docker build --target builder -t myapp:builder .

Build only up to a named stage in a multi-stage Dockerfile

Stops the build at a named stage in a multi-stage Dockerfile instead of running all stages.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.