From a20d1b8bf9b57526f6cb84d5671a60488af09f6f Mon Sep 17 00:00:00 2001 From: Mark <mark@openappstack.net> Date: Thu, 26 Sep 2019 14:42:11 +0200 Subject: [PATCH] Bind Port to all interfaces --- test/login_logout/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/login_logout/Dockerfile b/test/login_logout/Dockerfile index 6601a71..5abcafd 100644 --- a/test/login_logout/Dockerfile +++ b/test/login_logout/Dockerfile @@ -13,4 +13,4 @@ ENV AUTHORIZE_URL https://hydra.oas.example.net/oauth2/auth ENV KEY testapp ENV SECRET verysecret -CMD [ "flask", "run" ] +CMD [ "flask", "run", "--host", "0.0.0.0" ] -- GitLab