docker/bootstrap: Improve local code injection
Change-Id: Ib1961d829ef1418a9b64307c73a01bab3520279a
This commit is contained in:
parent
cb343bfe59
commit
4b0251ba5b
3
3rdparty/docker/bootstrap/Makefile
vendored
3
3rdparty/docker/bootstrap/Makefile
vendored
@ -3,7 +3,8 @@ ENGINE=docker
|
|||||||
|
|
||||||
# Example mounting source code directory into container
|
# Example mounting source code directory into container
|
||||||
# (lets you "work on the code used to bootstrap" a bit easier)
|
# (lets you "work on the code used to bootstrap" a bit easier)
|
||||||
#EXTRA=-v $(HOME)/Code/haiku:/work/src/haiku
|
SOURCES=$(HOME)/Code
|
||||||
|
EXTRA=-v $(HOME)/haiku:/work/src/haiku -v $(HOME)/buildtools:/work/src/buildtools
|
||||||
|
|
||||||
default:
|
default:
|
||||||
${ENGINE} build . -t docker.io/haiku/bootstrap
|
${ENGINE} build . -t docker.io/haiku/bootstrap
|
||||||
|
Loading…
Reference in New Issue
Block a user