Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ RUN groupadd -g 1000 user && \
|
|
18 |
RUN cat /etc/passwd
|
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 \
|
|
|
18 |
RUN cat /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 \
|