From 8b5f71f49eb2c1527092a584f017fc914b4bd06b Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Mon, 13 Jun 2016 15:30:06 +0200 Subject: [PATCH] Fix docker build instruction for windows --- doc/building.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/building.rst b/doc/building.rst index eced2c7a5..833d0f994 100644 --- a/doc/building.rst +++ b/doc/building.rst @@ -174,8 +174,8 @@ In order to make setup simple, you can use the provided Dockerfile to build your 2. From within the source tree Run the docker instance:: - docker run owncloud-client-win32: -v "$PWD:/home/jenkins/client" \ - admin/win/docker/build.sh $(id -u) + docker run -v "$PWD:/home/user/client" owncloud-client-win32: \ + /home/user/client/admin/win/docker/build.sh client/ $(id -u) It will run the build, create an NSIS based installer, as well as run tests. You will find the resulting binary in an newly created ``build-win32`` subfolder. -- 2.30.2