From c8b42e7b1a7793dd48d8d242ff1a82399c9009e4 Mon Sep 17 00:00:00 2001 From: Mark <mark@openappstack.net> Date: Wed, 4 Dec 2019 14:51:08 +0100 Subject: [PATCH] Change default values to be consistent --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index b02a94b..c1ecc0c 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -10,7 +10,7 @@ RUN npm install COPY . . ENV HOST sso.example.net -ENV BACKEND_API_URL http://oas.localhost:5002/graphql +ENV BACKEND_API_URL http://sso.example.net:5002/graphql ENV BASE_URL http://sso.example.net:3000 ENV HYDRA_BASE_URL http://oas.example.net:4444 ENV AUTHORIZE_URL http://oas.example.net:4444/oauth2/auth -- GitLab