diff --git a/solutions/compreview-todo/Containerfile-frontend-solution b/solutions/compreview-todo/Containerfile-frontend-solution index d7b77a1bff..d5c7b02bf0 100644 --- a/solutions/compreview-todo/Containerfile-frontend-solution +++ b/solutions/compreview-todo/Containerfile-frontend-solution @@ -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