From f51296da8b9bb63adc58bbf904b69b1dbf5e1ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nurzhan=20Sak=C3=A9n?= Date: Tue, 13 Aug 2024 17:51:40 +0400 Subject: [PATCH] build: use bin names in dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nurzhan Sakén --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b7452c0c48f..328669d4ce2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,9 +36,9 @@ ENV CARGO_TARGET_X86_64_UNKNOWN_LINUX_MUSL_LINKER=/x86_64-linux-musl-native/bin/ WORKDIR /iroha COPY . . RUN cargo build \ - -p irohad \ - -p iroha_cli \ - -p iroha_kagami \ + --bin irohad \ + --bin iroha \ + --bin kagami \ --target x86_64-unknown-linux-musl \ --profile deploy