Spaces:
Sleeping
Sleeping
Gabriel Luiz Freitas Almeida
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install gcc g++ git make pipx -y
|
|
7 |
|
8 |
ENV LANGFLOW_HOME=/home/user \
|
9 |
PATH=/root/.local/bin:$PATH
|
10 |
-
ENV LANGFLOW_DATABASE_URL=sqlite:////home/
|
11 |
|
12 |
# Clone the langflow repository and switch to the dev branch
|
13 |
ADD https://api.github.com/repos/logspace-ai/langflow/git/refs/heads/db version.json
|
|
|
7 |
|
8 |
ENV LANGFLOW_HOME=/home/user \
|
9 |
PATH=/root/.local/bin:$PATH
|
10 |
+
ENV LANGFLOW_DATABASE_URL=sqlite:////home/user/langflow.db
|
11 |
|
12 |
# Clone the langflow repository and switch to the dev branch
|
13 |
ADD https://api.github.com/repos/logspace-ai/langflow/git/refs/heads/db version.json
|