jitsi-deployment/prosody/Makefile

5 lines
77 B
Makefile

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