jitsi-deployment/etherpad/Makefile

5 lines
78 B
Makefile
Raw Normal View History

build:
docker build $(BUILD_ARGS) -t $(JITSI_REPO)/etherpad .
.PHONY: build