Skip to content
Snippets Groups Projects
Commit a371d2a7 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

nginx unprivileged

parent 3609d944
No related branches found
No related tags found
No related merge requests found
Pipeline #35116 passed
......@@ -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/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment