Spaces:
Sleeping
Sleeping
GabrielLogspace
commited on
Commit
•
20b8d54
1
Parent(s):
e3e7dcc
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,7 @@ ENV LANGFLOW_DATABASE_URL=sqlite:////home/pn/langflow.db
|
|
12 |
ADD https://api.github.com/repos/logspace-ai/langflow/git/refs/heads/db version.json
|
13 |
RUN git clone https://github.com/logspace-ai/langflow.git $LANGFLOW_HOME \
|
14 |
&& cd $LANGFLOW_HOME \
|
15 |
-
&& git checkout
|
16 |
|
17 |
# Copy the code into the container
|
18 |
RUN chown -R pn:pn $LANGFLOW_HOME
|
|
|
12 |
ADD https://api.github.com/repos/logspace-ai/langflow/git/refs/heads/db version.json
|
13 |
RUN git clone https://github.com/logspace-ai/langflow.git $LANGFLOW_HOME \
|
14 |
&& cd $LANGFLOW_HOME \
|
15 |
+
&& git checkout dev && git pull
|
16 |
|
17 |
# Copy the code into the container
|
18 |
RUN chown -R pn:pn $LANGFLOW_HOME
|