diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..cc28916 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web uvicorn app.main:app --host=0.0.0.0 --port=${PORT:-8000} diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 0000000..74d315a --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +python-3.12.4