mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-24 00:00:52 +00:00
When clicking "Directory" on a container, the file browser always opened at `/` (root). Now it inspects the container first and opens at the container's configured WorkingDir (e.g., `/app`, `/var/www`). Falls back to `/` if WorkingDir is not set or inspect fails. Fixes #12255