Update identity reference to new protobuf location.
Also update dockerfile to have a similar structure to the repo to avoid
issues around symlinking or other hacks to make the file present.
Details
Details
# Outside docker nix develop # or install rust and protobuf 3.15 + grpc cd services/identity cargo test # Docker docker build . -f services/identity/Dockerfile
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Confirmed that things work as expected both inside Docker and outside Docker (via nix develop)