Chrunos commited on
Commit
92211a3
·
verified ·
1 Parent(s): 7d13611

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -25,9 +25,6 @@ RUN useradd -m -u 1000 user
25
  # Switch to the "user" user
26
  USER user
27
 
28
- # Set home to the user's home directory
29
- ENV HOME=/home/user \
30
- PATH=/home/user/.local/bin:$PATH
31
 
32
  # Set the working directory to the user's home directory
33
  WORKDIR $HOME/app
 
25
  # Switch to the "user" user
26
  USER user
27
 
 
 
 
28
 
29
  # Set the working directory to the user's home directory
30
  WORKDIR $HOME/app