Commit 24017859 authored by nanahira's avatar nanahira

fix

parent d1095ba6
Pipeline #36927 canceled with stages
in 52 seconds
...@@ -662,7 +662,7 @@ if __name__ == "__main__": ...@@ -662,7 +662,7 @@ if __name__ == "__main__":
import uvicorn import uvicorn
uvicorn.run( uvicorn.run(
"main:app", app,
host="0.0.0.0", host="0.0.0.0",
port=int(os.environ.get("PORT", 3000)), port=int(os.environ.get("PORT", 3000)),
reload=True, reload=True,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment