anmolmore commited on
Commit
61d4874
1 Parent(s): 176f684

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -8,8 +8,8 @@ RUN useradd -m -u 1000 user
8
  # Switch to the "user" user
9
  USER user
10
  # Set home to the user's home directory
11
- ENV HOME=/home/user \\
12
- PATH=/home/user/.local/bin:$PATH
13
 
14
  # Set the working directory to the user's home directory
15
  WORKDIR $HOME/app
 
8
  # Switch to the "user" user
9
  USER user
10
  # Set home to the user's home directory
11
+ ENV HOME=/home/user
12
+ #EXPORT PATH=/home/user/.local/bin:$PATH
13
 
14
  # Set the working directory to the user's home directory
15
  WORKDIR $HOME/app