BinaryONe commited on
Commit ·
ea542b2
1
Parent(s): d327384
Nginx Changes
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,7 +28,7 @@ COPY . /app
|
|
| 28 |
#COPY nginx.conf /etc/nginx/conf.d/default.conf
|
| 29 |
|
| 30 |
# Create a non-root user and group
|
| 31 |
-
|
| 32 |
|
| 33 |
WORKDIR /app
|
| 34 |
|
|
|
|
| 28 |
#COPY nginx.conf /etc/nginx/conf.d/default.conf
|
| 29 |
|
| 30 |
# Create a non-root user and group
|
| 31 |
+
RUN addgroup -S appgroup && adduser -S appuser -G appgroup
|
| 32 |
|
| 33 |
WORKDIR /app
|
| 34 |
|