diff --git a/docker/ubuntu/Dockerfile b/docker/ubuntu/Dockerfile index 4c82e1ecc..93888a48c 100644 --- a/docker/ubuntu/Dockerfile +++ b/docker/ubuntu/Dockerfile @@ -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"]