oriqqqqqqat
commited on
Commit
·
5a6d9e4
1
Parent(s):
b494aa1
add render
Browse files- render.yaml +6 -0
render.yaml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
services:
|
| 2 |
+
- type: web
|
| 3 |
+
name: oral-fastapi
|
| 4 |
+
runtime: python
|
| 5 |
+
buildCommand: "pip install -r requirements.txt"
|
| 6 |
+
startCommand: "uvicorn main:app --host 0.0.0.0 --port $PORT"
|