mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-23 17:31:33 +08:00
* Update Docker image references to langflowai in GitHub workflows and Docker Compose files
4 lines
112 B
Docker
4 lines
112 B
Docker
FROM langflowai/langflow:latest
|
|
|
|
CMD ["python", "-m", "langflow", "run", "--host", "0.0.0.0", "--port", "7860"]
|