cli
cli copied to clipboard
Map Docker Volumes to Host Machine
Is your feature request related to a problem? Please describe. I am trying to allow my NextJS server to access the storage in my local Supabase instance without having to go through the API, but I don't think the Supabase CLI let's me map Docker volumes to my host machine's filesystem.
Describe the solution you'd like
Ideally, some arguments like -sv /home/user/back/storage -dv /home/user/back/database
Describe alternatives you've considered Still exploring alternatives - haven't tried implemented anything yet.