jitsi-deployment/jicofo/Makefile

5 lines
76 B
Makefile

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