fix: correctly execute make serve
This commit is contained in:
parent
e891d6fc1d
commit
740a1fc78f
2 changed files with 25 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue