mirror of
https://gitlab.com/itsulu-odoo/runboat.git
synced 2026-05-30 23:41:27 +00:00
Fix listen address in Dockerfile
This commit is contained in:
parent
d8fff09ed1
commit
96372d8e50
1 changed files with 1 additions and 1 deletions
|
|
@ -30,4 +30,4 @@ ENV KUBECONFIG=/run/kubeconfig
|
|||
|
||||
EXPOSE 8000
|
||||
|
||||
CMD [ "gunicorn", "-w", "1", "-k", "runboat.uvicorn.RunboatUvicornWorker", "runboat.app:app"]
|
||||
CMD [ "gunicorn", "-w", "1", "--bind", ":8000", "-k", "runboat.uvicorn.RunboatUvicornWorker", "runboat.app:app"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue