Skip to content

Commit

Permalink
Revert "try uvicorn with fastapi"
Browse files Browse the repository at this point in the history
This reverts commit 8551939.
  • Loading branch information
jack-fireworkhq committed Nov 21, 2022
1 parent b9bd5d0 commit 9fd47b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frameworks/fastapi/start.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh

# /usr/local/bin/gunicorn -k uvicorn.workers.UvicornWorker -b 0.0.0.0:8080 app:app
uvicorn --host 0.0.0.0 --port 8080 app:app
/usr/local/bin/gunicorn -k uvicorn.workers.UvicornWorker -b 0.0.0.0:8080 app:app

0 comments on commit 9fd47b4

Please sign in to comment.