Skip to content

Commit 66dcd62

Browse files
committed
add key tool fix status report
1 parent cc8cd7e commit 66dcd62

5 files changed

Lines changed: 2832 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY ./src ./src
1717
# build for release
1818
ARG CPU_NUM=16
1919
RUN cargo build -j $CPU_NUM --release
20-
20+
RUN cd dvf_key_tool && cargo build -j $CPU_NUM --release
2121
FROM ubuntu:22.04
2222
RUN apt-get update && apt-get -y upgrade && apt-get install -y --no-install-recommends \
2323
libssl-dev \
@@ -27,4 +27,5 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y --no-install-reco
2727
&& rm -rf /var/lib/apt/lists/*
2828
WORKDIR /app
2929
COPY --from=builder /app/boot_config /app/boot_config
30-
COPY --from=builder /app/target/release/dvf /usr/local/bin/dvf
30+
COPY --from=builder /app/target/release/dvf /usr/local/bin/dvf
31+
COPY --from=builder /app/src/dvf_key_tool/target/release/dvf_key_tool /usr/local/bin/dvf_key_tool

lighthouse

0 commit comments

Comments
 (0)