Skip to content
Snippets Groups Projects
Commit fc9ca474 authored by Jason Robinson's avatar Jason Robinson
Browse files

Switch to unprivileged nginx image version

parent fbcb0af2
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,6 @@ COPY . .
RUN yarn build
FROM nginx:1.21.6
FROM nginxinc/nginx-unprivileged:1.21.6
COPY --from=build /app/target/assets /usr/share/nginx/html/assets
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment