├── .github └── workflows │ └── docker-image.yml ├── Dockerfile ├── Dockerfile-base ├── LICENSE └── README.md /.github/workflows/docker-image.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RICwang/docker-wechat/HEAD/.github/workflows/docker-image.yml -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RICwang/docker-wechat/HEAD/Dockerfile -------------------------------------------------------------------------------- /Dockerfile-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RICwang/docker-wechat/HEAD/Dockerfile-base -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RICwang/docker-wechat/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RICwang/docker-wechat/HEAD/README.md --------------------------------------------------------------------------------