jitsi-deployment/jigasi/Makefile
2018-10-17 11:59:53 +02:00

5 lines
68 B
Makefile

build:
docker build $(BUILD_ARGS) -t jitsi/jigasi .
.PHONY: build