Sirawitch commited on
Commit
8eb97be
1 Parent(s): b99df4f

Create Procfile

Browse files
Files changed (1) hide show
  1. Procfile +1 -0
Procfile ADDED
@@ -0,0 +1 @@
 
 
1
+ web: uvicorn app:app --host 0.0.0.0 --port $PORT