summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/build-vespa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/build-vespa.sh b/docker/build-vespa.sh
index 5d2bf727a23..48f816051a4 100755
--- a/docker/build-vespa.sh
+++ b/docker/build-vespa.sh
@@ -15,4 +15,4 @@ DOCKER_IMAGE="centos:latest"
docker pull ${DOCKER_IMAGE}
-docker run -w /vespa --rm -v $(pwd)/..:/vespa --entrypoint /vespa/docker/build/build-vespa-internal.sh "$DOCKER_IMAGE" "$VESPA_VERSION" "$(id -u)" "$(id -g)"
+docker run --rm -v $(pwd)/..:/vespa -w /vespa --entrypoint /vespa/docker/build/build-vespa-internal.sh "$DOCKER_IMAGE" "$VESPA_VERSION" "$(id -u)" "$(id -g)"