Extras includes psycopg2 and image library headers.
$ docker run --name "app" -v "path/to/src:/home/app/src" python-uwsgi
It will be up to you to --expose the appropriate port and link it, or mount a
sock to share.
When deployed, uWGSI will create a virtualenv in /app/env, then change its
working dir to /app/src and run:
"$INI_FILE" ```
Typically I set `INI_FILE=production.ini` in the env. See `init.sh`.
Content type
Image
Digest
sha256:4de2e1932…
Size
183.1 MB
Last updated
over 9 years ago
docker pull shazow/python-uwsgi