jitsi-deployment/jigasi/Makefile

5 lines
76 B
Makefile

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