radames commited on
Commit
babac42
·
1 Parent(s): f1e3aed

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN --mount=type=secret,id=PUBLIC_BACKEND_WS_URL,mode=0444,required=true \
16
 
17
  RUN npm run build --prefix frontend/
18
 
19
- FROM nginx:alpine
20
  COPY --from=build-frontend /app/frontend/build /usr/share/nginx/html
21
 
22
  # # Start a new stage using python:3.9-alpine
 
16
 
17
  RUN npm run build --prefix frontend/
18
 
19
+ FROM nginxinc/nginx-unprivileged:alpine
20
  COPY --from=build-frontend /app/frontend/build /usr/share/nginx/html
21
 
22
  # # Start a new stage using python:3.9-alpine