pmolchanov commited on
Commit
d934709
·
verified ·
1 Parent(s): 4fab8eb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -15,10 +15,10 @@ COPY ./requirements.txt /code/requirements.txt
15
  RUN groupadd -g 1000 user && \
16
  useradd -u 1000 -g user -m user
17
 
18
- RUN echo /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 \
 
15
  RUN groupadd -g 1000 user && \
16
  useradd -u 1000 -g user -m user
17
 
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 \