summaryrefslogtreecommitdiffstats
path: root/docker/build-vespa.sh
diff options
context:
space:
mode:
authorgjoranv <gv@yahoo-inc.com>2017-06-22 17:51:10 +0200
committergjoranv <gv@yahoo-inc.com>2017-06-22 18:32:51 +0200
commit379f54c2644e9aa3c678b240e57a225cce73fc06 (patch)
tree2c6f58e93c54928703dfe5aaa946e2881ab51675 /docker/build-vespa.sh
parent966ad8da5bee6a0dd3e7f0516c228fb08ced2bf3 (diff)
Move Dockerfile and internal script for build to new build/ folder
Diffstat (limited to 'docker/build-vespa.sh')
-rwxr-xr-xdocker/build-vespa.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/build-vespa.sh b/docker/build-vespa.sh
index 18f20c552c3..37465ecb503 100755
--- a/docker/build-vespa.sh
+++ b/docker/build-vespa.sh
@@ -13,6 +13,6 @@ cd $DIR
VESPA_VERSION=$1
DOCKER_IMAGE="vespabuild"
-docker build -t "$DOCKER_IMAGE" -f Dockerfile.build .
-docker run --rm -v $(pwd)/..:/vespa --entrypoint /vespa/docker/build-vespa-internal.sh "$DOCKER_IMAGE" "$VESPA_VERSION" "$(id -u)" "$(id -g)"
+docker build -t "$DOCKER_IMAGE" -f build/Dockerfile .
+docker run --rm -v $(pwd)/..:/vespa --entrypoint /vespa/docker/build/build-vespa-internal.sh "$DOCKER_IMAGE" "$VESPA_VERSION" "$(id -u)" "$(id -g)"