├── Dockerfile ├── README.md ├── docker-build ├── docker-run └── run.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertoandrade/docker-jitsi-meet/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertoandrade/docker-jitsi-meet/HEAD/README.md -------------------------------------------------------------------------------- /docker-build: -------------------------------------------------------------------------------- 1 | docker build -t robertoandrade/jitsi-meet . 2 | -------------------------------------------------------------------------------- /docker-run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertoandrade/docker-jitsi-meet/HEAD/docker-run -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertoandrade/docker-jitsi-meet/HEAD/run.sh --------------------------------------------------------------------------------