From 3129dcb4ccd3c13caaeba5975451b8c7b10c9774 Mon Sep 17 00:00:00 2001 From: hanna Date: Wed, 4 Jun 2025 15:08:12 -0400 Subject: [PATCH] readme: make the wording more clear --- readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 4d7f26f..76b667e 100644 --- a/readme.md +++ b/readme.md @@ -20,8 +20,8 @@ branch.
-This can be done in a compose file as well by specifying it as an build -argument. +When using compose, it can be specified as a build argument which will be +passed to the builder. ```yaml build: @@ -29,7 +29,8 @@ build: args: { TAG: master } ``` -Will tell docker to pass the `TAG` argument to the `Dockerfile` when building. +This will for example tell docker to build it using the `master` branch like +the command. ## Setting Up The Image -- 2.51.2