mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 09:54:09 +01:00
Remove 'cargo build' from Dockerfile
This commit is contained in:
parent
39111665d0
commit
c5eac91b36
@ -12,7 +12,6 @@ USER user
|
|||||||
WORKDIR /home/user
|
WORKDIR /home/user
|
||||||
COPY ./ /home/user
|
COPY ./ /home/user
|
||||||
|
|
||||||
RUN cargo build --release
|
|
||||||
RUN cargo install --path .
|
RUN cargo install --path .
|
||||||
|
|
||||||
# Electrum RPC
|
# Electrum RPC
|
||||||
|
Loading…
Reference in New Issue
Block a user