From 264c62a26fa2b2685d7ce90f906f8cf970e43040 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Mon, 16 Sep 2019 17:20:23 -0700 Subject: [PATCH] Re-phrased use of SOLUTIONS and MANIFEST files Signed-off-by: James Ketrenos --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a712522..cab7164 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,12 @@ scripts/build-dockerfile ``` The above script uses environment substitution to stamp version -information within the created Dockerfile. The files used are **SOLUTION**, -and **MANIFEST**. +information within the created Dockerfile. The files which declare +the environment variables are in **SOLUTION** and **MANIFEST**. -After building the template components, the file **Dockerfile.solution** is -then added to the Dockerfile with environment substitution. +After joining the template/* pieces together, the file +**Dockerfile.solution** is then added to the Dockerfile with +environment substitution. ## SOLUTION