Initial iol

This commit is contained in:
2023-07-01 19:59:14 -03:00
parent f067d97095
commit f0ab7c90dd
12 changed files with 200 additions and 0 deletions

View File

@ -0,0 +1,2 @@
language: python3-fastapi
fprocess: uvicorn index:app --workers 1 --host 0.0.0.0 --port 8000