A sample of a python microservice block for kintohub
It is using python 3.6.4
pip install -r requirements.txt
FLASK_APP=hello.py flask runruns on port5000FLASK_APP=hello.py flask run --port=80 --host=0.0.0.0runs on port 80 and the server is accessable by external calls