Merge branch 'toolkits' of https://github.com/logspace-ai/langflow into toolkits

This commit is contained in:
Ibis Prevedello 2023-04-01 17:43:30 -03:00
commit e6ce86b66a

View file

@ -15,4 +15,4 @@ COPY ./ ./
# Install dependencies
RUN poetry config virtualenvs.create false && poetry install --no-interaction --no-ansi
CMD ["uvicorn", "langflow.main:app", "--host", "0.0.0.0", "--port", "5003", "--reload"]
CMD ["uvicorn", "langflow.main:app", "--host", "0.0.0.0", "--port", "5003", "--reload", "log-level", "debug"]