ejschwartz commited on
Commit
4a4dbf1
·
verified ·
1 Parent(s): 80b3d19

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ COPY ./requirements.txt /code/requirements.txt
9
  RUN apt-get -y update && apt-get -y install python3-pip
10
 
11
  # Set up a new user named "user"
12
- RUN useradd -m user
13
 
14
  # Switch to the "user" user
15
  USER user
 
9
  RUN apt-get -y update && apt-get -y install python3-pip
10
 
11
  # Set up a new user named "user"
12
+ RUN useradd -m user -u 1000 -o
13
 
14
  # Switch to the "user" user
15
  USER user