Gabriel Luiz Freitas Almeida commited on
Commit
cd8c8bb
·
verified ·
1 Parent(s): 1095a91

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/langflow/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
 
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