Spaces:
Runtime error
Runtime error
Esteves Enzo
commited on
Commit
·
fd01417
1
Parent(s):
98627dd
docker file updated
Browse files- 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
|
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 |
|