Sergidev commited on
Commit
0020dc7
1 Parent(s): b1dc75c

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}