jitsi-deployment/base-java/Makefile

5 lines
79 B
Makefile

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