jitsi-deployment/jvb/Makefile

5 lines
73 B
Makefile
Raw Normal View History

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