vkt1414 commited on
Commit
c439922
·
verified ·
1 Parent(s): 6a8657a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 1000 user
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