mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 01:43:29 +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
|
||||
COPY ./ /home/user
|
||||
|
||||
RUN cargo build --release
|
||||
RUN cargo install --path .
|
||||
|
||||
# Electrum RPC
|
||||
|
Loading…
Reference in New Issue
Block a user