jitsi-deployment/jvb/Makefile

5 lines
73 B
Makefile

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