Sign inSign up

codethier/gunicorn

By codethier

Updated almost 3 years ago

a minimal flask and gunicorn image

Image
0

320

codethier/gunicorn repository overview

  1. make an app that start from app.py, make requirements.txt as well (pip freeze > requirements.txt) there is no need to add gunicorn, the container will be listening on 8000
  2. upload your app to a folder for me it will be /app
  3. docker run -v /app:/app -d -p 127.0.0.1:9500:8000 codethier/gunicorn

Tag summary

Content type

Image

Digest

sha256:042d28877

Size

380.4 MB

Last updated

almost 3 years ago

docker pull codethier/gunicorn