build: add event-delivery polling for cloud image (#7911)
Add event-delivery polling for cloud image
This commit is contained in:
parent
e0ae3f69c2
commit
674cee0906
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ WORKDIR /app
|
|||
|
||||
ENV LANGFLOW_HOST=0.0.0.0
|
||||
ENV LANGFLOW_PORT=7860
|
||||
ENV LANGFLOW_EVENT_DELIVERY=polling
|
||||
|
||||
USER 1000
|
||||
CMD ["python", "-m", "langflow", "run", "--host", "0.0.0.0", "--backend-only"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue