add debug statements on docker

This commit is contained in:
Ishaan Jaff 2024-08-06 15:29:49 -07:00
parent 1ef814dc97
commit 7024fcacec
2 changed files with 4 additions and 3 deletions

View file

@ -284,8 +284,9 @@ except Exception as e:
pass
server_root_path = os.getenv("SERVER_ROOT_PATH", "")
print("server root path: ", server_root_path) # noqa
if server_root_path != "":
setup_admin_ui_on_server_root_path()
setup_admin_ui_on_server_root_path(server_root_path)
_license_check = LicenseCheck()
premium_user: bool = _license_check.is_premium()
ui_link = f"{server_root_path}/ui/"