1
0
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:
Roman Zeyde 2020-08-14 15:23:22 +03:00
parent 39111665d0
commit c5eac91b36
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

@ -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