GabrielLogspace commited on
Commit
a294d32
1 Parent(s): c934ecc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ ENV LANGFLOW_DATABASE_URL=sqlite:////home/langflow/langflow.db
11
  ADD https://api.github.com/repos/logspace-ai/langflow/git/refs/heads/db version.json
12
  RUN git clone https://github.com/logspace-ai/langflow.git $LANGFLOW_HOME \
13
  && cd $LANGFLOW_HOME \
14
- && git checkout hfFix && git pull
15
 
16
  # Copy the code into the container
17
  WORKDIR $LANGFLOW_HOME
 
11
  ADD https://api.github.com/repos/logspace-ai/langflow/git/refs/heads/db version.json
12
  RUN git clone https://github.com/logspace-ai/langflow.git $LANGFLOW_HOME \
13
  && cd $LANGFLOW_HOME \
14
+ && git checkout dev && git pull
15
 
16
  # Copy the code into the container
17
  WORKDIR $LANGFLOW_HOME