Skip to content

Commit

Permalink
set enclave path to current directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hummingalpaca committed Apr 10, 2023
1 parent a7f10ce commit 1c84894
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 @@ -14,7 +14,7 @@ ARG \
RUST_BACKTRACE=1 \
SGX_MODE=HW \
IAS_MODE=DEV \
CONSENSUS_ENCLAVE_CSS="/build/consensus-enclave.css"
CONSENSUS_ENCLAVE_CSS=$(pwd)/consensus-enclave.css

COPY . .
RUN cargo build -p mc-reserve-auditor --release
Expand Down

0 comments on commit 1c84894

Please sign in to comment.