openethereum/scripts/docker-build.sh
2017-05-03 17:31:56 +03:00

5 lines
187 B
Bash

#!/bin/bash
cd docker/hub
if [ "$1" == "latest" ]; then DOCKER_BUILD_TAG="beta-release"; fi
docker build --build-arg BUILD_TAG=$DOCKER_BUILD_TAG --no-cache=true --tag ethcore/parity:$1 .