mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-12 14:09:25 +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:
@ -69,7 +69,7 @@ RUN git clone https://github.com/martine/ninja.git && \
|
||||
cd .. && rm -rf ninja
|
||||
|
||||
RUN echo "root:root" | chpasswd
|
||||
WORKDIR /build
|
||||
WORKDIR /work
|
||||
ENTRYPOINT ["/dockcross/entrypoint.sh"]
|
||||
|
||||
COPY imagefiles/entrypoint.sh imagefiles/dockcross /dockcross/
|
||||
|
Reference in New Issue
Block a user