diff --git a/frontend/Dockerfile b/frontend/Dockerfile index b02a94b6404db0e95cfea0ad8643120b28c8bcb0..c1ecc0c11b9e8111fc578cec1e4ccc85a88eddb5 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