Open pablodz opened 3 years ago
I think maxdepth
should be more by default, not 1 for golang
I am facing this exact problem as well... why is there a limit in the depth of find? if you docker run into the container and do this manually you can see that running the find command does not find any of the proto files (I have a similar structure) should that maxdepth be removed?
Hello there, I was trying to compile all proto files in a repo with a folder structure similar to:
However when I put
-d internal/v1
dockers printsMissing input file.
What am I doing wrong? Thanks in advance