Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
FROM ubuntu
|
3 |
|
4 |
# Set up a new user named "user" with user ID 1000
|
5 |
-
RUN useradd -m -u
|
6 |
|
7 |
# Switch to the "user" user
|
8 |
USER user
|
|
|
2 |
FROM ubuntu
|
3 |
|
4 |
# Set up a new user named "user" with user ID 1000
|
5 |
+
RUN useradd -m -u 1001 user
|
6 |
|
7 |
# Switch to the "user" user
|
8 |
USER user
|