just installjust run- Create a new repository using this repository as the template
- Regenerate a requirements.txt (you can the recipe:
just pip-compile) - Create a new web service on Render.com
- Target your new repository
- Set build command:
pip install -r requirements.txt - Set start command:
uvicorn app.main:app --host 0.0.0.0 --port $PORT