build: add event-delivery polling for cloud image (#7911)

Add event-delivery polling for cloud image
This commit is contained in:
Jordan Frazier 2025-05-05 21:28:17 -07:00 committed by GitHub
commit 674cee0906
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]