Gabriel Luiz Freitas Almeida commited on
Commit
fe0b28e
·
1 Parent(s): 9ef40dc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -5,10 +5,10 @@ FROM nikolaik/python-nodejs
5
  RUN apt-get update && apt-get install -y gcc make
6
 
7
  RUN apt-get update && apt-get install gcc g++ git make -y
8
- RUN useradd -m -u 1000 user
9
  USER user
10
- ENV HOME=/home/user \
11
- PATH=/home/user/.local/bin:$PATH
12
 
13
  WORKDIR $HOME
14
  # Clone the langflow repository and switch to the dev branch
 
5
  RUN apt-get update && apt-get install -y gcc make
6
 
7
  RUN apt-get update && apt-get install gcc g++ git make -y
8
+ RUN useradd -m -u 1000 user_lf
9
  USER user
10
+ ENV HOME=/home/user_lf \
11
+ PATH=/home/user_lf/.local/bin:$PATH
12
 
13
  WORKDIR $HOME
14
  # Clone the langflow repository and switch to the dev branch