Skip to content

Commit 1cb4b08

Browse files
committed
fixed path
1 parent 6bbb147 commit 1cb4b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ EOF
2020
FROM debian:stable
2121
ENV RUST_BACKTRACE=full
2222
WORKDIR /
23-
COPY /lightclient-circuits/config/ /lightclient-circuits/config/
23+
COPY /lightclient-circuits/ /lightclient-circuits/
2424
COPY --from=builder /target/release/spectre-prover-cli /spectre-prover-cli
2525
RUN <<-EOF
2626
apt-get update -y

0 commit comments

Comments
 (0)