jitsi-deployment/base/Makefile

5 lines
117 B
Makefile
Raw Normal View History

2018-03-16 09:17:36 +01:00
build:
docker build $(BUILD_ARGS) --build-arg JITSI_RELEASE=$(JITSI_RELEASE) -t $(JITSI_REPO)/base .
2018-03-16 09:17:36 +01:00
.PHONY: build