From 2f478d5968caa238e12b5019192cf0a848953c7b Mon Sep 17 00:00:00 2001 From: "Ozcan Aytac; Insylva project" Date: Wed, 1 Jul 2020 14:33:29 +0200 Subject: [PATCH] ** --- login/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login/build.sh b/login/build.sh index f72c979..38d1b22 100644 --- a/login/build.sh +++ b/login/build.sh @@ -22,7 +22,7 @@ docker build --no-cache --build-arg SSH_KEY="$SSH_KEY" --build-arg SSH_KEY_PASSP --build-arg IN_SYLVA_GATEKEEPER_PORT="4000" \ --tag in-sylva.user.login ./login/. - # Note: The variables above could not set values from iptables.txt by build.sh + # Note: The variables above could not set values from ipconfig.txt by build.sh # Please notice, the variables should be set as aboves. # --build-arg IN_SYLVA_KEYCLOAK_HOST=$IN_SYLVA_KEYCLOAK_HOST \