mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
Fix protos target to update new protos folder
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
@@ -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/* .
|
||||
|
||||
Reference in New Issue
Block a user