diff --git a/my-electrs-repo/Dockerfile b/my-electrs-repo/Dockerfile index 19b1477..4e344aa 100644 --- a/my-electrs-repo/Dockerfile +++ b/my-electrs-repo/Dockerfile @@ -1,4 +1,3 @@ - FROM debian:bullseye RUN apt update @@ -15,4 +14,4 @@ WORKDIR electrs RUN ls -la RUN cargo build --locked --release -CMD target/release/electrs +CMD target/release/electrs \ No newline at end of file