Finalizing online support for dashboard, cloud version support

This commit is contained in:
Paulo Truta
2021-06-21 01:39:15 +00:00
parent 4614a0f070
commit 3b3010c8f0
4 changed files with 39 additions and 46 deletions
+6
View File
@@ -363,6 +363,12 @@ func DisablePublicDashboard() bool {
}
func IsPublicDashboard() bool {
envFilePath := utils.GetPath("apiPath") + myEdgeAppServiceEnvFilename
_, err := godotenv.Read(envFilePath)
return err != nil
}
func buildFrameworkContainers() {
cmdArgs := []string{utils.GetPath("wsPath") + "ws", "--build"}