Docker: Flask + uwsgi + nginx
Using https://hub.docker.com/r/tiangolo/uwsgi-nginx-flask/
docker build -t myapp .
docker run -it --rm -p5001:80 myapp
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Using https://hub.docker.com/r/tiangolo/uwsgi-nginx-flask/
docker build -t myapp .
docker run -it --rm -p5001:80 myapp