Update docker.py

This commit is contained in:
童颖佳 2023-06-05 20:37:03 +08:00 committed by GitHub
parent 81613c64e5
commit 04739be159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,7 +172,7 @@ def check_app_url(customer_app_name):
env_map = get_map(env_path)
if env_map.get("APP_URL_REPLACE") == "true":
myLogger.info_logger(customer_app_name + "need to change app url...")
app_url = list(read_env(env_path, "APP_URL").values())[0]
app_url = list(read_env(env_path, "APP_URL=").values())[0]
ip = "localhost"
url = ""
try: