Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit f6f119b

Browse files
Add .proto to Docker for generation
Signed-off-by: Sebastian Schildt <[email protected]>
1 parent 8406b62 commit f6f119b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kuksa_viss_client/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ FROM python:3.10-alpine as build
1212
RUN apk update && apk add git alpine-sdk linux-headers
1313
COPY kuksa_viss_client /kuksa.val/kuksa_viss_client/
1414
COPY kuksa_certificates /kuksa.val/kuksa_certificates/
15+
COPY kuksa-val-server/protos/kuksa.proto /kuksa.val/kuksa_viss_client/kuksa.proto
1516
WORKDIR /kuksa.val/kuksa_viss_client
1617
RUN pip install --upgrade pip build grpcio grpcio-tools
1718
RUN rm -rf dist

0 commit comments

Comments
 (0)