create python:3.7-buster-uwsgi-nginx

This commit is contained in:
Stille
2022-02-10 10:12:33 +08:00
parent 22bb986d41
commit 4e7349abf4
18 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
# uwsgi-nginx
GitHub [stilleshan/dockerfiles](https://github.com/stilleshan/dockerfiles)
Docker [stilleshan/uwsgi-nginx](https://hub.docker.com/r/stilleshan/uwsgi-nginx)
> *docker image support for X86 and ARM*
## 简介
基于 uwsgi 和 nginx 环境的 docker 镜像.
## 更新
**2021-06-09** 更新`python3.7`版 docker 镜像,新增同时支持 X86 和 ARM 架构.
## 参考
GitHub [tiangolo/uwsgi-nginx-docker](https://github.com/tiangolo/uwsgi-nginx-docker)