openethereum/scripts/docker-build.sh
Denis S. Soldatov aka General-Beck b13a446d82 update docker-build
fix path
2017-02-27 01:14:23 +04:00

5 lines
111 B
Bash

#!/bin/bash
cd docker/hub
docker build --no-cache=true --tag ethcore/parity:$1 .
docker push ethcore/parity:$1