Skip to content

Commit c7795bd

Browse files
committed
fix build_program script
1 parent a38f5ee commit c7795bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/proof-aggregator.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY aggregation_mode /aligned_layer/aggregation_mode/
1515
WORKDIR /aligned_layer
1616

1717
RUN IN_DOCKER=true cargo build --manifest-path ./aggregation_mode/Cargo.toml --features prove --release --bin proof_aggregator_cpu
18-
RUN cd aggregation_mode && ./scripts/build_program.sh
18+
RUN cd aggregation_mode && ./scripts/build_programs.sh
1919

2020
FROM debian:bookworm-slim AS final
2121

0 commit comments

Comments
 (0)