mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-23 21:48:22 +08:00
feat: adding host param and docker example for deployment
This commit is contained in:
8
docker_example/Dockerfile
Normal file
8
docker_example/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM python:3.11-slim
|
||||
|
||||
WORKDIR /app
|
||||
COPY ./ /app
|
||||
RUN pip install langflow
|
||||
|
||||
EXPOSE 5003
|
||||
CMD ["langflow", "--host", "0.0.0.0"]
|
||||
Reference in New Issue
Block a user