Skip to content

Commit

Permalink
test set CONSENSUS_ENCLAVE_CSS at runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
hummingalpaca committed Apr 10, 2023
1 parent a4f902f commit 5b8db27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ COPY . .
RUN cargo build -p mc-reserve-auditor --release

FROM mobilecoin/runtime-base:sha-09062b2

ENV CONSENSUS_ENCLAVE_CSS=/measurement/consensus-enclave.css

COPY --from=builder /build/target/release/mc-reserve-auditor /usr/local/bin/mc-reserve-auditor
COPY --from=builder /build/consensus-enclave.css /measurement/consensus-enclave.css
COPY --from=mobilecoind /usr/bin/mobilecoind /usr/bin/mobilecoind
Expand Down

0 comments on commit 5b8db27

Please sign in to comment.