pmolchanov commited on
Commit
3406415
·
verified ·
1 Parent(s): f28cfb8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -9,7 +9,9 @@ WORKDIR /code
9
  COPY ./requirements.txt /code/requirements.txt
10
 
11
  # Set up a new user named "user" with user ID 1000
12
- RUN useradd -m -u 1000 user
 
 
13
  # Switch to the "user" user
14
  USER user
15
  # Set home to the user's home directory
 
9
  COPY ./requirements.txt /code/requirements.txt
10
 
11
  # Set up a new user named "user" with user ID 1000
12
+ # RUN useradd -m -u 1000 user
13
+ # RUN useradd -u 1000 -ms /bin/bash pavlo
14
+
15
  # Switch to the "user" user
16
  USER user
17
  # Set home to the user's home directory