Open zanattabruno opened 2 years ago
hi@zanattabruno As run with container, the path to find the config file is the absolute path that when you executed docker build. I found it by printing config file path: insert fmt.Println(configPath) in func GetConfig()
Show error msg when config file is not found. Currently, the app shows nothing.