Skip to content

Commit

Permalink
Add a Procfile used to launch the Fastapi server with Uvicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
W7CH authored Aug 6, 2024
1 parent 29fe9d8 commit d46e115
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastapi_model_serving/fastapi/Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: uvicorn server:api_server --host 0.0.0.0 --port $PORT

0 comments on commit d46e115

Please sign in to comment.