Functions/template/python3-fastapi/template.yml

3 lines
95 B
YAML

language: python3-fastapi
fprocess: uvicorn index:app --workers 1 --host 0.0.0.0 --port 8000