diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 4b67500dabc9e8038287eefe8343c2af3e7e82d8..3c08ac2333602c4371f64c163e6a021d465718e9 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -11,7 +11,7 @@ COPY . . ENV HOST sso.example.net ENV BACKEND_API_URL http://oas.localhost:5002/graphql -ENV BASE_URL http://sso.example.net;3000 +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 ENV USERINFO_URL http://oas.example.net:4444/userinfo