From 1750edcc3d165af669480e250ec91fbc315f129c Mon Sep 17 00:00:00 2001 From: pablo Date: Sat, 18 Feb 2023 19:25:36 +0100 Subject: [PATCH] Formatting of Dockerfile. --- my-electrs-repo/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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