export FLASK_APP=main.py export FLASK_RUN_HOST=0.0.0.0 export FLASK_RUN_PORT=8080 export FLASK_DEBUG=1 export LC_ALL=C.UTF-8 export LANG=C.UTF-8