Hello!
I cant figure out why I cant bind mount meltano container to the local host meltano project?
docker run -t --name docker_meltano_jira_test -v my_local_meltano_project/output:/output melt_v2
everything works in the container when i "run meltano tap-jira target-jsonl". I get the files in the /output and my state.json file also gets created...but nothing happens on my local host, although i should have the mount...the mount is not working for some reason.
Can anyone help me on this one?