jitsi-deployment/jibri/Makefile

5 lines
75 B
Makefile

build:
docker build $(BUILD_ARGS) -t $(JITSI_REPO)/jibri .
.PHONY: build