Handle the column character in REACT_APP_HUB_PORT environment variable

This commit is contained in:
M. Mert Yildiran
2023-06-27 14:43:53 +03:00
parent 313d26670b
commit a4761e3262
3 changed files with 3 additions and 3 deletions

View File

@@ -164,7 +164,7 @@ func createAndStartContainers(
Env: []string{
"REACT_APP_DEFAULT_FILTER= ",
"REACT_APP_HUB_HOST= ",
fmt.Sprintf("REACT_APP_HUB_PORT=%d", config.Config.Tap.Proxy.Hub.Port),
fmt.Sprintf("REACT_APP_HUB_PORT=:%d", config.Config.Tap.Proxy.Hub.Port),
},
}, hostConfigFront, nil, nil, nameFront)
if err != nil {