diff options
Diffstat (limited to 'src/oryx/devcontainer-feature.json')
-rw-r--r-- | src/oryx/devcontainer-feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oryx/devcontainer-feature.json b/src/oryx/devcontainer-feature.json index c526893..6315a43 100644 --- a/src/oryx/devcontainer-feature.json +++ b/src/oryx/devcontainer-feature.json @@ -5,7 +5,7 @@ "PATH": "usr/local/oryx:${PATH}", "ORYX_SDK_STORAGE_BASE_URL": "https://oryx-cdn.microsoft.io", "ENABLE_DYNAMIC_INSTALL": "true", - "DYNAMIC_INSTALL_ROOT_DIR": "/usr/local" + "DYNAMIC_INSTALL_ROOT_DIR": "/tmp/oryx-platforms" }, "install": { "app": "", |