From 27ea6372d9824230c806d752a03257c042ee0cea Mon Sep 17 00:00:00 2001
From: Mark <mark@openappstack.net>
Date: Wed, 4 Dec 2019 14:44:06 +0100
Subject: [PATCH] Fix typo

---
 frontend/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/Dockerfile b/frontend/Dockerfile
index 4b67500..3c08ac2 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
-- 
GitLab