Update Dockerfile.langflow
This commit is contained in:
parent
960dac34d2
commit
ecd8ef6d1e
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=fix-file-component
|
ARG GIT_BRANCH=main
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue