Alpine-based docker image for serving flask via uwsgi and nginx, with support for data analysis and plotting through pandas, seaborn and matplotlib.
Big thanks to Sebastián Ramírez who created the uwsgi-nginx-flask image this project is based on. This project avoids sourcing directly FROM
that image in order to allow building from scratch for different architectures (specifically, ARM).
docker run -v $PWD:/app felixlast/flask-pandas:alpine
, mounting app/ including your uwsgi.ini:
app/
uwsgi.ini
main.py