fix: have uvicorn use Settings.port and Settings.host
This commit is contained in:
parent
c35741b8e1
commit
e6c81a3884
7 changed files with 15 additions and 7 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue