switch langflow docker to use main branch

This commit is contained in:
phact 2025-09-19 11:34:39 -04:00
parent faf35c2a0e
commit 4501d24e1e

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=load_flows_autologin_false
ARG GIT_BRANCH=main
WORKDIR /app