mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Fix missing proto generation (#142)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
a318a82968
commit
174c5896cd
@ -47,6 +47,7 @@ RUN protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_o
|
||||
## verify
|
||||
WORKDIR /verify
|
||||
COPY verify/verifyproto/*.proto /verify
|
||||
RUN protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative *.proto
|
||||
|
||||
## init
|
||||
WORKDIR /init
|
||||
|
Loading…
Reference in New Issue
Block a user