diff options
Diffstat (limited to 'docker/docker-build.sh')
| -rwxr-xr-x | docker/docker-build.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docker/docker-build.sh b/docker/docker-build.sh deleted file mode 100755 index c6fbd7d6..00000000 --- a/docker/docker-build.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -if [ ! -e .git ]; then - echo run from top level checkout of rhizi repository - exit 0 -fi -if [ ! -e docker/fedora/neo4j-community-2.2.1-unix.tar.gz ]; then - echo downloading neo4j community edition 2.2.1 - wget http://neo4j.com/artifact.php?name=neo4j-community-2.2.1-unix.tar.gz -Odocker/fedora/neo4j-community-2.2.1-unix.tar.gz -fi -docker build -t alon/rhizi:test1 docker/fedora |
