Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Docker Arguments (#1703)
Browse files Browse the repository at this point in the history
Allows args to be passed in for more flexibility.
  • Loading branch information
tatowicz authored and gavofyork committed Jul 24, 2016
1 parent 9cdd2d2 commit 8574bfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ RUN git clone https://github.com/ethcore/parity && \
cargo build --release --verbose && \
ls /build/parity/target/release/parity && \
strip /build/parity/target/release/parity
RUN file /build/parity/target/release/parity

ENTRYPOINT ["/build/parity/target/release/parity"]

0 comments on commit 8574bfd

Please sign in to comment.