diff --git a/Dockerfile b/Dockerfile index 4e51479ac4724e859ac84af04078443b0f4cd52b..a750f2328669f68cb7a115996a23eeab2e00a39f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY . . RUN npm run build # --------------> The production image -FROM nginx:1.23.3-alpine as production +FROM nginxinc/nginx-unprivileged:1.25.3 as production ENV NODE_ENV production # Copy built assets from `builder` image COPY --from=builder /app/build/ /usr/share/nginx/html/