Fix protos target to update new protos folder

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
Guillaume Tardif
2021-01-19 16:48:54 +01:00
parent 6859413a5d
commit dcd1e30f6a
8 changed files with 840 additions and 840 deletions

View File

@@ -87,7 +87,7 @@ RUN --mount=target=. \
make BINARY=/out/docker -f builder.Makefile cross
FROM scratch AS protos
COPY --from=make-protos /compose-cli/protos .
COPY --from=make-protos /compose-cli/cli/server/protos .
FROM scratch AS cli
COPY --from=make-cli /out/* .