diff --git a/Dockerfile b/Dockerfile index afe112a40..520c407de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ WORKDIR $HOME/app COPY --chown=user . $HOME/app RUN pip install langflow>==0.0.86 -U --user -CMD ["python", "-m", "langflow", "--host", "0.0.0.0", "--port", "7860"] +CMD ["python", "-m", "langflow", "run", "--host", "0.0.0.0", "--port", "7860"] diff --git a/pyproject.toml b/pyproject.toml index 192528702..70c291bdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langflow" -version = "0.5.0" +version = "0.5.1" description = "A Python package with a built-in web application" authors = ["Logspace "] maintainers = [