Update Dockerfile.langflow
This commit is contained in:
parent
14b0f30107
commit
100880d799
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ ENV RUSTFLAGS="--cfg reqwest_unstable"
|
||||||
|
|
||||||
# Accept build arguments for git repository and branch
|
# Accept build arguments for git repository and branch
|
||||||
ARG GIT_REPO=https://github.com/langflow-ai/langflow.git
|
ARG GIT_REPO=https://github.com/langflow-ai/langflow.git
|
||||||
ARG GIT_BRANCH=main
|
ARG GIT_BRANCH=lf-stable-main
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue