4 lines
80 B
Docker
4 lines
80 B
Docker
FROM langflowai/langflow:latest
|
|
|
|
ENTRYPOINT ["python", "-m", "langflow", "run"]
|