Skip to content

Commit

Permalink
build: use bin names in dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Nurzhan Sakén <[email protected]>
  • Loading branch information
nxsaken committed Aug 13, 2024
1 parent 3b4982d commit f51296d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f51296d

Please sign in to comment.