Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|
19 |
|
20 |
# Switch to the "user" user
|
21 |
-
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 \
|