Skip to content

Commit 27fffd7

Browse files
committed
fix: stupidity of making many edits.
1 parent 17b785f commit 27fffd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/build/movement-aptos/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV BUILD=docker
1111

1212
# Build the Rust application
1313
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"
1515

1616
RUN rust_binary="./target/release/movement-aptos"; dest_dir="/tmp/runtime"; \
1717
mkdir -p "$dest_dir"; ldd "$rust_binary" | awk '{print $3}' | \

docker/build/movement/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV BUILD=docker
1111

1212
# Build the Rust application
1313
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"
1515

1616
RUN rust_binary="./target/release/movement"; dest_dir="/tmp/runtime"; \
1717
mkdir -p "$dest_dir"; ldd "$rust_binary" | awk '{print $3}' | \

0 commit comments

Comments
 (0)