You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
docker run --rm -v `pwd`:/defs --name prueba namely/protoc-all -d internal/v1 -l go -o docker-generated
What am I doing wrong? Thanks in advance
The text was updated successfully, but these errors were encountered: