python-flask-restplus-blueprint An example for creating REST APIs in python using flask, flask_restplus and Blueprint Build an Image: docker build -t flask-app . Run the app: docker run -d --name flask -p 5000:5000 flask-app