Spaces:
Sleeping
Sleeping
GabrielLogspace
commited on
Commit
•
5dc3284
1
Parent(s):
a294d32
Update Dockerfile
Browse files- 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
|
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 zustand/io/migration && git pull
|
15 |
|
16 |
# Copy the code into the container
|
17 |
WORKDIR $LANGFLOW_HOME
|