Skip to content

Commit e6d542d

Browse files
committed
fix: docker build
1 parent f6993b4 commit e6d542d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/proof-aggregator.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN cargo build --features prove --release --bin proof_aggregator_cpu
77

88
FROM debian:bookworm-slim AS final
99

10-
COPY --from=base /aligned_layer/aggregation_mode/target/release/ /aligned_layer/proof_aggregator_cpu
10+
COPY --from=base /aligned_layer/aggregation_mode/target/release/proof_aggregator_cpu /aligned_layer/proof_aggregator_cpu
1111
COPY ./config-files/config-proof-aggregator-docker.yaml ./config-files/
1212
COPY ./config-files/anvil.proof-aggregator.ecdsa.key.json ./config-files/
1313

0 commit comments

Comments
 (0)