|
@@ -94,7 +94,7 @@ def main():
|
|
|
"""Run the app in production mode. It is intended to be executed within a container."""
|
|
|
import uvicorn
|
|
|
|
|
|
- uvicorn.run(app, host="0.0.0.0", port=8080, access_log=False)
|
|
|
+ uvicorn.run(app, host="0.0.0.0", port=5758, access_log=False)
|
|
|
|
|
|
|
|
|
if __name__ == "__main__":
|