Skip to content

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

Notifications You must be signed in to change notification settings

tzzs/uwsgi-python-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published