SyntaxFix
Write A Post
Hire A Developer
Questions
I had a similar problem. Issue I was having was $(pwd) has a space in there which was throwing docker run off.
$(pwd)
Change the directory name to not have spaces in there, and it should work if this is the problem