Written by
flask-style
on
on
에러) at=error code=h10 desc="app crashed" in flask
에러) at=error code=h10 desc="app crashed" in flask
에러화면
해결방법
web: gunicorn main:app --bind 0.0.0.0:${PORT}
if __name__ == "__main__": port = int(os.environ.get("PORT", 5000)) app.run(host="0.0.0.0", port=port)
from http://developer-trier.tistory.com/369 by ccl(A) rewrite - 2021-09-22 15:27:08