File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ENV BUILD=docker
11
11
12
12
# Build the Rust application
13
13
RUN nix --extra-experimental-features "nix-command flakes" \
14
- develop .#docker-build --command bash -c "cargo build --release -p movement-atpos "
14
+ develop .#docker-build --command bash -c "cargo build --release -p movement-aptos "
15
15
16
16
RUN rust_binary="./target/release/movement-aptos" ; dest_dir="/tmp/runtime" ; \
17
17
mkdir -p "$dest_dir" ; ldd "$rust_binary" | awk '{print $3}' | \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ENV BUILD=docker
11
11
12
12
# Build the Rust application
13
13
RUN nix --extra-experimental-features "nix-command flakes" \
14
- develop .#docker-build --command bash -c "cargo build --release -p movement"
14
+ develop .#docker-build --command bash -c "cargo build --release --bin movement"
15
15
16
16
RUN rust_binary="./target/release/movement" ; dest_dir="/tmp/runtime" ; \
17
17
mkdir -p "$dest_dir" ; ldd "$rust_binary" | awk '{print $3}' | \
You can’t perform that action at this time.
0 commit comments