Uchenna commited on
Commit
889ed98
·
1 Parent(s): 67f7f2e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -17,9 +17,7 @@ RUN useradd -m -u 1000 user
17
  # Switch to the "user" user
18
  USER user
19
 
20
- # Set home to the user's home directory
21
- ENV HOME=/home/user \\
22
- PATH=/home/user/.local/bin:$PATH
23
 
24
 
25
 
 
17
  # Switch to the "user" user
18
  USER user
19
 
20
+
 
 
21
 
22
 
23