From: Olivier Goffart Date: Mon, 13 Jun 2016 13:30:06 +0000 (+0200) Subject: Fix docker build instruction for windows X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~1150^2~23 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8b5f71f49eb2c1527092a584f017fc914b4bd06b;p=nextcloud-desktop.git Fix docker build instruction for windows --- 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.