summaryrefslogtreecommitdiffstats
path: root/docker/build-vespa.sh
diff options
context:
space:
mode:
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)"