Docker Arguments (#1703)
Allows args to be passed in for more flexibility.
This commit is contained in:
parent
9cdd2d265a
commit
8574bfd546
@ -32,4 +32,5 @@ RUN git clone https://github.com/ethcore/parity && \
|
|||||||
cargo build --release --verbose && \
|
cargo build --release --verbose && \
|
||||||
ls /build/parity/target/release/parity && \
|
ls /build/parity/target/release/parity && \
|
||||||
strip /build/parity/target/release/parity
|
strip /build/parity/target/release/parity
|
||||||
RUN file /build/parity/target/release/parity
|
|
||||||
|
ENTRYPOINT ["/build/parity/target/release/parity"]
|
||||||
|
Loading…
Reference in New Issue
Block a user