Skip to content

Commit

Permalink
Switch container image from nginxinc/nginx-unprivileged to registry.a…
Browse files Browse the repository at this point in the history
…ccess.redhat.com/ubi8/nginx-122
  • Loading branch information
lburgazzoli committed Jan 10, 2024
1 parent 87eb896 commit cebb135
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM nginxinc/nginx-unprivileged
FROM registry.access.redhat.com/ubi8/nginx-122

ADD packages/ui/dist /usr/share/nginx/html

EXPOSE 8080
ADD packages/ui/dist .

CMD ["nginx", "-g", "daemon off;"]

0 comments on commit cebb135

Please sign in to comment.