I have a custom mount for my image. ``` type: node:18 app_mount: false overrides: volumes: - "./frontend:/nuxt" ``` This works but when I do `lando ssh` I'm always at `/app` which is empty. How can I tell lando to go to `/nuxt` when I login?
I have a custom mount for my image.
This works but when I do
lando sshI'm always at/appwhich is empty.How can I tell lando to go to
/nuxtwhen I login?