Skip to content

Commit 554a233

Browse files
committed
refactor: move euclid prover to new subdir
1 parent eb5758b commit 554a233

File tree

14 files changed

+1
-1
lines changed

14 files changed

+1
-1
lines changed

build/dockerfiles/prover.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
1212
ENV PATH="/root/.cargo/bin:${PATH}"
1313
ENV CARGO_HOME=/root/.cargo
1414

15-
COPY ./prover .
15+
COPY ./zkvm-prover .
1616

1717
RUN cargo build --release
1818

File renamed without changes.

0 commit comments

Comments
 (0)