fix: correctly execute make serve

This commit is contained in:
cătălin 2025-03-06 18:23:33 +01:00
commit 740a1fc78f
No known key found for this signature in database
2 changed files with 25 additions and 1 deletions

View file

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