Esteves Enzo commited on
Commit
fd01417
·
1 Parent(s): 98627dd

docker file updated

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN npm install
15
  # Copy the rest of the application files to the container
16
  # COPY . .
17
 
18
- RUN useradd -m -u 1000 user
19
 
20
  USER user
21
 
 
15
  # Copy the rest of the application files to the container
16
  # COPY . .
17
 
18
+ RUN useradd -m -u 1001 user
19
 
20
  USER user
21