jitsi-deployment/jicofo/Makefile

5 lines
76 B
Makefile
Raw Permalink Normal View History

2018-03-14 10:23:13 +01:00
build:
docker build $(BUILD_ARGS) -t $(JITSI_REPO)/jicofo .
2018-03-14 10:23:13 +01:00
.PHONY: build