Gabriel Luiz Freitas Almeida commited on
Commit
acc9888
·
verified ·
1 Parent(s): 60724e4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM nikolaik/python-nodejs:python3.10-nodejs21
4
  # Update and install required packages
5
  RUN apt-get update && apt-get install gcc g++ git make pipx -y
6
 
7
- ENV LANGFLOW_HOME=/home/pn \
8
  PATH=/root/.local/bin:$PATH
9
  ENV LANGFLOW_DATABASE_URL=sqlite:////home/pn/langflow.db
10
 
 
4
  # Update and install required packages
5
  RUN apt-get update && apt-get install gcc g++ git make pipx -y
6
 
7
+ ENV LANGFLOW_HOME=/home/pn/langflow \
8
  PATH=/root/.local/bin:$PATH
9
  ENV LANGFLOW_DATABASE_URL=sqlite:////home/pn/langflow.db
10