jitsi-deployment/base/Makefile

5 lines
117 B
Makefile

build:
docker build $(BUILD_ARGS) --build-arg JITSI_RELEASE=$(JITSI_RELEASE) -t $(JITSI_REPO)/base .
.PHONY: build