Fix docker build instruction for windows
authorOlivier Goffart <ogoffart@woboq.com>
Mon, 13 Jun 2016 13:30:06 +0000 (15:30 +0200)
committerOlivier Goffart <ogoffart@woboq.com>
Mon, 13 Jun 2016 13:30:39 +0000 (15:30 +0200)
doc/building.rst

index eced2c7a530bb36f88cd7ace1f9af51b596fdbb3..833d0f99414c9fbb224450ba4276c435002179b4 100644 (file)
@@ -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:<version> -v "$PWD:/home/jenkins/client" \
-     admin/win/docker/build.sh $(id -u)
+     docker run -v "$PWD:/home/user/client" owncloud-client-win32:<version> \
+        /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.