3 lines
95 B
YAML
3 lines
95 B
YAML
|
language: python3-fastapi
|
||
|
fprocess: uvicorn index:app --workers 1 --host 0.0.0.0 --port 8000
|