fix docker build in beta

This commit is contained in:
Denis S. Soldatov aka General-Beck
2017-07-18 16:16:27 +03:00
parent 96e60d9c91
commit 7ef4bbd5f7
2 changed files with 2 additions and 2 deletions

View File

@@ -4,4 +4,4 @@ DOCKER_BUILD_TAG=$1
echo "Docker build tag: " $DOCKER_BUILD_TAG
docker build --build-arg BUILD_TAG=$DOCKER_BUILD_TAG --no-cache=true --tag parity/parity:$DOCKER_BUILD_TAG .
docker run -it parity/parity:$DOCKER_BUILD_TAG -v
#docker push parity/parity:$DOCKER_BUILD_TAG
docker push parity/parity:$DOCKER_BUILD_TAG