jitsi-deployment/jibri/Makefile

5 lines
75 B
Makefile
Raw Normal View History

2019-08-05 12:10:42 +02:00
build:
docker build $(BUILD_ARGS) -t $(JITSI_REPO)/jibri .
.PHONY: build