fix: change default port
Port change to make it easier to deploy to spaces
This commit is contained in:
parent
a70eaaecfd
commit
19af1e1996
5 changed files with 10 additions and 12 deletions
|
|
@ -3,5 +3,5 @@ FROM python:3.11-slim
|
|||
RUN apt-get update && apt-get install gcc -y
|
||||
RUN pip install langflow>=0.0.33
|
||||
|
||||
EXPOSE 5003
|
||||
EXPOSE 7860
|
||||
CMD ["langflow", "--host", "0.0.0.0"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue