Ver Fonte

wallet build

maxmind há 7 meses atrás
pai
commit
437dd41126
1 ficheiros alterados com 1 adições e 0 exclusões
  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