Browse Source

Add a simple Dockerfile

refactor-mempool
Roman Zeyde 7 years ago
parent
commit
0e525c9342
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 8
      Dockerfile

8
Dockerfile

@ -0,0 +1,8 @@
FROM rust:latest
RUN apt-get update
RUN apt-get install -y clang cmake
RUN cargo install electrs
CMD ["electrs", "-vvvv", "--timestamp"]
Loading…
Cancel
Save