fix: have uvicorn use Settings.port and Settings.host

This commit is contained in:
cătălin 2025-03-06 18:49:16 +01:00
commit e6c81a3884
No known key found for this signature in database
7 changed files with 15 additions and 7 deletions

View file

@ -19,7 +19,7 @@ tests:
uv run coverage xml
serve:
uv run uvicorn src.apps.httpapi.litestar.main:app
uv run python src/apps/httpapi/litestar/main.py
build:
docker build . -t git.roboces.dev/catalin/$(PROJECT_NAME):$(PROJECT_TAG) --target $(PROJECT_TARGET)