fix: change default port

Port change to make it easier to deploy to spaces
This commit is contained in:
Gabriel Almeida 2023-03-17 16:47:27 -03:00
commit 19af1e1996
5 changed files with 10 additions and 12 deletions

View file

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