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
|
|
@ -38,7 +38,7 @@ COPY --chown=$USERNAME migrations/ migrations/
|
|||
|
||||
FROM base AS serve
|
||||
|
||||
CMD ["make", "serve"]
|
||||
CMD ["uv", "run", "uvicorn", "src.apps.httpapi.litestar.main:app"]
|
||||
|
||||
FROM base AS migrate
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue