Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
eedygreen committed Sep 30, 2024
1 parent 6bbb147 commit 1cb4b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EOF
FROM debian:stable
ENV RUST_BACKTRACE=full
WORKDIR /
COPY /lightclient-circuits/config/ /lightclient-circuits/config/
COPY /lightclient-circuits/ /lightclient-circuits/
COPY --from=builder /target/release/spectre-prover-cli /spectre-prover-cli
RUN <<-EOF
apt-get update -y
Expand Down

0 comments on commit 1cb4b08

Please sign in to comment.