web,etherpad: add etherpad addon for sharing document

This commit is contained in:
netaskd
2019-06-17 16:22:00 +03:00
committed by Saúl Ibarra Corretgé
parent 2f9192c238
commit 62f2d11cab
10 changed files with 485 additions and 2 deletions

4
etherpad/Makefile Normal file
View File

@@ -0,0 +1,4 @@
build:
docker build $(BUILD_ARGS) -t jitsi/etherpad .
.PHONY: build