Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33311327
D5125.1768810684.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
744 B
Referenced Files
None
Subscribers
None
D5125.1768810684.diff
View Options
diff --git a/services/identity/Dockerfile b/services/identity/Dockerfile
--- a/services/identity/Dockerfile
+++ b/services/identity/Dockerfile
@@ -18,7 +18,7 @@
RUN rm src/*.rs
COPY services/identity .
-COPY shared/protos/identity.proto protos/
+COPY shared/protos/identity.proto ../../shared/protos/
# Remove the previously-built binary so that only the application itself is
# rebuilt
diff --git a/services/identity/build.rs b/services/identity/build.rs
--- a/services/identity/build.rs
+++ b/services/identity/build.rs
@@ -1,4 +1,4 @@
fn main() -> Result<(), Box<dyn std::error::Error>> {
- tonic_build::compile_protos("protos/identity.proto")?;
+ tonic_build::compile_protos("../../shared/protos/identity.proto")?;
Ok(())
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 19, 8:18 AM (18 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5955386
Default Alt Text
D5125.1768810684.diff (744 B)
Attached To
Mode
D5125: [Identity] Reference new proto location
Attached
Detach File
Event Timeline
Log In to Comment