Formatting of Dockerfile.

This commit is contained in:
pablo 2023-02-18 19:25:36 +01:00
parent 5f9c32cb7e
commit 1750edcc3d

View file

@ -1,4 +1,3 @@
FROM debian:bullseye FROM debian:bullseye
RUN apt update RUN apt update
@ -15,4 +14,4 @@ WORKDIR electrs
RUN ls -la RUN ls -la
RUN cargo build --locked --release RUN cargo build --locked --release
CMD target/release/electrs CMD target/release/electrs