mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
add support for default target (#111)
* add support for default target * add more fixes
This commit is contained in:
parent
c8d0dbec26
commit
1b57a49c9d
8 changed files with 215 additions and 88 deletions
|
|
@ -16,4 +16,4 @@ COPY --from=builder /runtime /usr/local
|
|||
COPY /app /app
|
||||
WORKDIR /app
|
||||
|
||||
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "80"]
|
||||
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "80", "--log-level", "info"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue