Adding entrypoints to docker images (#1909)

This commit is contained in:
Tomasz Drwięga
2016-08-12 09:18:42 +02:00
committed by Gav Wood
parent 0e7b06d3eb
commit f5a8c73be5
5 changed files with 21 additions and 2 deletions

View File

@@ -32,5 +32,8 @@ 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
EXPOSE 8080 8545 8180
ENTRYPOINT ["/build/parity/target/release/parity"]