Update Dockerfile to fix uvicorn factory path
This commit is contained in:
parent
6386a32193
commit
b54231e584
1 changed files with 2 additions and 1 deletions
|
|
@ -11,4 +11,5 @@ RUN rm *.whl
|
|||
|
||||
EXPOSE 80
|
||||
|
||||
CMD [ "uvicorn", "--host", "0.0.0.0", "--port", "80", "langflow.backend.app:app" ]
|
||||
CMD [ "uvicorn", "--host", "0.0.0.0", "--port", "7860", "--factory", "langflow.main:create_app" ]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue