jitsi-deployment/web/Makefile

5 lines
73 B
Makefile

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