Spaces:
Runtime error
Runtime error
ejschwartz
commited on
Update Dockerfile
Browse files- 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
|