Skip to content

Commit

Permalink
Expose uvicorn to outside
Browse files Browse the repository at this point in the history
  • Loading branch information
Zverik committed Dec 21, 2023
1 parent d9fa26d commit c2f21b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ if [ ! -d "$VENV" ]; then
"$VENV"/bin/pip install -r "$HERE/web/requirements.txt"
fi

"$VENV/bin/uvicorn" web.geocoder_fast:app
"$VENV/bin/uvicorn" --host 0.0.0.0 --port 5000 web.geocoder_fast:app

0 comments on commit c2f21b2

Please sign in to comment.