From 212d32ee33c9697538b83c5e8dfb9488ab8cbd0f Mon Sep 17 00:00:00 2001 From: Brett Date: Fri, 10 Dec 2021 14:48:02 +0100 Subject: [PATCH] update README --- README.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.txt b/README.txt index 90e45fd..37e3dc7 100644 --- a/README.txt +++ b/README.txt @@ -22,3 +22,6 @@ docker-compose -f docker-compose.dev.yml up -d --build docker-compose -f docker-compose.dev.yml build docker-compose -f docker-compose.dev.yml up +ARG should be used for sensitive variables so as to keep the values of these variables +out of the build and hence will not show with an "inspect image" command +