Use local copy of the files
This commit is contained in:
parent
765dc27b15
commit
9fd608d3ee
1
Makefile
1
Makefile
@ -94,6 +94,7 @@ docker-build:
|
||||
docker build -t $(DOCKER_IMAGE) .
|
||||
docker run --rm -v "$(CURDIR)/builds:/builds" \
|
||||
-v "$(CURDIR)/in-docker-build.sh:/in-docker-build.sh" \
|
||||
-v "$(CURDIR):/solo" \
|
||||
$(DOCKER_IMAGE) "./in-docker-build.sh" $(SOLO_VERSIONISH)
|
||||
uncached-docker-build:
|
||||
docker build --no-cache -t $(DOCKER_IMAGE) .
|
||||
|
Loading…
x
Reference in New Issue
Block a user