fix(backend): listen on all ips
Some checks failed
Publish docker image / Publish (push) Failing after 1m6s
Some checks failed
Publish docker image / Publish (push) Failing after 1m6s
This commit is contained in:
parent
4b8bb59bf3
commit
a93de55191
1 changed files with 1 additions and 1 deletions
|
@ -61,4 +61,4 @@ def current_codes(db: sqlite3.Cursor=Depends(get_db)):
|
|||
|
||||
if __name__ == '__main__':
|
||||
run_migrations()
|
||||
uvicorn.run(app)
|
||||
uvicorn.run(app, host='0.0.0.0')
|
||||
|
|
Loading…
Reference in a new issue