Unverified Commit b0e2f6ac authored by Samruddhi Khandale's avatar Samruddhi Khandale Committed by GitHub

oryx: fix env variable DYNAMIC_INSTALL_ROOT_DIR (#63)

fix bug
parent c1539e2c
...@@ -5,14 +5,10 @@ ...@@ -5,14 +5,10 @@
"containerEnv": { "containerEnv": {
"ORYX_SDK_STORAGE_BASE_URL": "https://oryx-cdn.microsoft.io", "ORYX_SDK_STORAGE_BASE_URL": "https://oryx-cdn.microsoft.io",
"ENABLE_DYNAMIC_INSTALL": "true", "ENABLE_DYNAMIC_INSTALL": "true",
"DYNAMIC_INSTALL_ROOT_DIR": "/usr/local/oryx-platforms", "DYNAMIC_INSTALL_ROOT_DIR": "/opt",
"ORYX_PREFER_USER_INSTALLED_SDKS": "true", "ORYX_PREFER_USER_INSTALLED_SDKS": "true",
"ORYX_DIR": "/usr/local/oryx", "ORYX_DIR": "/usr/local/oryx",
"DEBIAN_FLAVOR": "focal-scm", "DEBIAN_FLAVOR": "focal-scm",
"PATH": "${ORYX_DIR}:${PATH}" "PATH": "${ORYX_DIR}:${PATH}"
},
"install": {
"app": "",
"file": "install.sh"
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment