jitsi-deployment/web/Makefile
2018-04-27 09:55:14 +02:00

5 lines
65 B
Makefile

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