mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-30 22:55:46 +02:00
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:
@ -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).
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user