jitsi-deployment/jigasi/Makefile

5 lines
68 B
Makefile
Raw Normal View History

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