pmolchanov commited on
Commit
0076a8b
·
verified ·
1 Parent(s): d934709

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN groupadd -g 1000 user && \
18
  RUN cat /etc/passwd
19
 
20
  # Switch to the "user" user
21
- USER 1000
22
  # Set home to the user's home directory
23
  ENV HOME=/home/user \
24
  PATH=/home/user/.local/bin:$PATH \
 
18
  RUN cat /etc/passwd
19
 
20
  # Switch to the "user" user
21
+ USER user
22
  # Set home to the user's home directory
23
  ENV HOME=/home/user \
24
  PATH=/home/user/.local/bin:$PATH \