├── Dockerfile ├── README.md ├── docker-entrypoint.sh ├── gg ├── gosu-amd64 └── gosu-amd64.asc /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laoyin/freeswitch_docker_file/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laoyin/freeswitch_docker_file/HEAD/README.md -------------------------------------------------------------------------------- /docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laoyin/freeswitch_docker_file/HEAD/docker-entrypoint.sh -------------------------------------------------------------------------------- /gg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laoyin/freeswitch_docker_file/HEAD/gg -------------------------------------------------------------------------------- /gosu-amd64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laoyin/freeswitch_docker_file/HEAD/gosu-amd64 -------------------------------------------------------------------------------- /gosu-amd64.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laoyin/freeswitch_docker_file/HEAD/gosu-amd64.asc --------------------------------------------------------------------------------