Update Dockerfile.langflow

This commit is contained in:
Edwin Jose 2025-09-26 12:37:51 -04:00
parent 960dac34d2
commit ecd8ef6d1e

View file

@ -7,7 +7,7 @@ ENV RUSTFLAGS="--cfg reqwest_unstable"
# Accept build arguments for git repository and branch
ARG GIT_REPO=https://github.com/langflow-ai/langflow.git
ARG GIT_BRANCH=fix-file-component
ARG GIT_BRANCH=main
WORKDIR /app