Browse Source

wallet build

maxmind 7 tháng trước cách đây
mục cha
commit
437dd41126
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -15,6 +15,7 @@ FROM debian:bullseye-slim
 RUN apt update && apt install -y ca-certificates && rm -rf /var/lib/apt/lists/*
 
 COPY --from=builder /app/nockchain/target/release/nockchain /app/bin/
+COPY --from=builder /app/nockchain/target/release/wallet /app/wallet/
 
 WORKDIR /app/data