Dockerfiles: Rename working directory from "/build" to "/work"

Since the directory will contain both sources and build, this commit
generalizes its name.
This commit is contained in:
Jean-Christophe Fillion-Robin
2016-07-16 01:12:58 -04:00
parent 414812088c
commit 96f3514bf2
7 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ Features
* Commands in the container are run as the calling user, so that any created files have the expected ownership, (i.e. not root).
* Make variables (`CC`, `LD` etc) are set to point to the appropriate tools in the container.
* Recent `CMake <https://cmake.org>`_ and ninja are precompiled. Toolchain files available for CMake.
* Current directory is mounted as the container's workdir, ``/build``.
* Current directory is mounted as the container's workdir, ``/work``.
* Works with boot2docker on OSX and Docker for Mac beta (1.11.1-beta12).