Spaces:
Sleeping
Sleeping
Commit
·
694e2db
1
Parent(s):
7042621
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ COPY . /app
|
|
11 |
RUN if id "user" >/dev/null 2>&1; then \
|
12 |
echo "User 'user' already exists."; \
|
13 |
else \
|
14 |
-
useradd -m
|
15 |
fi
|
16 |
|
17 |
# Set appropriate permissions for the application directory
|
|
|
11 |
RUN if id "user" >/dev/null 2>&1; then \
|
12 |
echo "User 'user' already exists."; \
|
13 |
else \
|
14 |
+
useradd -m user; \
|
15 |
fi
|
16 |
|
17 |
# Set appropriate permissions for the application directory
|