build: add ability to force rebuilds and select releases

This commit is contained in:
Saúl Ibarra Corretgé
2018-04-27 09:55:14 +02:00
parent 84332c9527
commit 0e43efa17e
7 changed files with 19 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
build:
docker build -t jitsi/base .
docker build $(BUILD_ARGS) --build-arg JITSI_RELEASE=$(JITSI_RELEASE) -t jitsi/base .
.PHONY: build