Skip to content

Commit 7dce9dc

Browse files
committed
fix: docker build workdir
1 parent bcfd07e commit 7dce9dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/proof-aggregator.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ RUN apt update -y && apt install -y gcc
44

55
COPY crates /aligned_layer/crates/
66
COPY aggregation_mode /aligned_layer/aggregation_mode/
7+
WORKDIR /aligned_layer
78
RUN cargo build --manifest-path ./aggregation_mode/Cargo.toml --features prove --release --bin proof_aggregator_cpu
89

910
FROM debian:bookworm-slim AS final

0 commit comments

Comments
 (0)