Initial import

This commit is contained in:
Saúl Ibarra Corretgé
2018-03-14 10:23:13 +01:00
commit 467a149cbb
37 changed files with 1010 additions and 0 deletions

4
jicofo/Makefile Normal file
View File

@@ -0,0 +1,4 @@
build:
docker build -t jitsi/jicofo .
.PHONY: build