This commit is contained in:
Gabriel Almeida 2023-05-15 09:50:17 -03:00
commit ba7b5d07b7

View file

@ -11,4 +11,4 @@ WORKDIR $HOME/app
COPY --chown=user . $HOME/app
RUN pip install langflow>==0.0.71 -U --user
CMD ["langflow", "--host", "0.0.0.0", "--port", "7860"]
CMD ["langflow", "--host", "0.0.0.0", "--port", "7860"]