BinaryONe commited on
Commit
ea542b2
·
1 Parent(s): d327384

Nginx Changes

Browse files
Files changed (1) hide show
  1. 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
- #RUN addgroup -S appgroup && adduser -S appuser -G appgroup
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