Skip to content

Commit

Permalink
Use unprivileged nginx image
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-battaglia committed Oct 19, 2023
1 parent 826cb2c commit 0473d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular-frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:stable
FROM nginxinc/nginx-unprivileged:stable

COPY dist/angular-frontend /usr/share/nginx/html
RUN mkdir /etc/nginx/templates
Expand Down

0 comments on commit 0473d91

Please sign in to comment.