Use local copy of the files

This commit is contained in:
Chris Cinelli 2019-10-23 23:55:59 -07:00 committed by Conor Patrick
parent 765dc27b15
commit 9fd608d3ee

View File

@ -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) .