Files
jitsi-meet-deployment/etherpad/Makefile

5 lines
70 B
Makefile

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