-
Notifications
You must be signed in to change notification settings - Fork 222
Open
Description
Hello there,
I was trying to compile all proto files in a repo with a folder structure similar to:
./internal/v1/services/grpc_apinode/apinode_api.proto
./internal/v1/services/grpc_nlp/agent/agent_api.proto
./internal/v1/services/grpc_nlp/classification/classification_api.proto
./internal/v1/conversation/conversation.proto
./internal/v1/campaign/campaign.proto
./internal/v1/comment/comment.proto
./internal/v1/agent/agent.proto
./internal/v1/variable/variable.protoHowever when I put -d internal/v1 dockers prints Missing input file.
docker run --rm -v `pwd`:/defs --name prueba namely/protoc-all -d internal/v1 -l go -o docker-generatedWhat am I doing wrong? Thanks in advance
Metadata
Metadata
Assignees
Labels
No labels