openethereum/scripts/docker-build.sh

5 lines
111 B
Bash
Raw Normal View History

2017-02-23 00:31:43 +01:00
#!/bin/bash
2017-02-26 22:14:23 +01:00
cd docker/hub
2017-02-23 00:31:43 +01:00
docker build --no-cache=true --tag ethcore/parity:$1 .
docker push ethcore/parity:$1