jitsi-deployment/etherpad/Makefile

5 lines
78 B
Makefile

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