Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions solutions/compreview-todo/Containerfile-frontend-solution
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ FROM registry.ocp4.example.com:8443/ubi8/nginx-118
LABEL version="1.0"
LABEL description="To Do List application front-end"
LABEL creationDate="2017-12-25"
LABEL updatedDate="2021-05-19"
LABEL updatedDate="2025-07-24"

COPY nginx.conf /etc/nginx
COPY --from=appbuild /opt/app-root/src/build /usr/share/nginx/html
COPY nginx.conf /etc/nginx/
COPY --from=appbuild /opt/app-root/src/dist /usr/share/nginx/html

EXPOSE 8080
USER nginx
Expand Down