1 Star 0 Fork 0

TZZ/uwsgi-python-docker-image

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
4年前
4年前
4年前
Loading...
README

uwsgi-python-docker-image

This is a docker image that is based on ossobv/uwsgi-python for siteProject. It contains uwsgi, python3, django packages.

You could use it with docker push imtzz/uwsgi-python:latest.

Docker Hub Link

Supported tags and respective Dockerfile links

Example usage

FROM ossobv/uwsgi-python

WORKDIR /web

COPY . /web

RUN apt-get update \
    && apt-get upgrade -y

EXPOSE 9000

NOTE

If you want to use uwsgi with python. You have to install uwsgi with pip. You could install it with the follow command.

pip install uwsgi

空文件

简介

This is a docker image for siteProject. It contains uwsgi, python3, django packages. You could use it with `docker push imtzz/uwsgi-python:v1`. 展开 收起
取消

发行版

暂无发行版

贡献者 (2)

全部

近期动态

3年多前创建了仓库
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/imtzz/uwsgi-python-docker-image.git
git@gitee.com:imtzz/uwsgi-python-docker-image.git
imtzz
uwsgi-python-docker-image
uwsgi-python-docker-image
master

搜索帮助