Alpine-based image we use to provision our Flask-based applications
2.0K
FROM gdml/flask -base
ADD src /srv
WORKDIR /
CMD ["uwsgi", "--http", ":8000", "--module", "srv.app:app", "--workers", "2", "--threads", "2"]
Your requirements.txt should be located in the same folder as the Dockerfile.
Content type
Image
Digest
Size
114.9 MB
Last updated
over 5 years ago
docker pull gdml/flask-base