Skip to content

Commit

Permalink
Updated Dockerfile to ensure test report and coverage files are gener…
Browse files Browse the repository at this point in the history
…ated
  • Loading branch information
shubhadapaithankar committed Nov 5, 2024
1 parent fee7905 commit 2c72e07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile.ci-rp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ LABEL aro-final=true
RUN microdnf update && microdnf clean all
COPY --from=builder /app/aro /app/e2e.test /usr/local/bin/
COPY --from=builder /app/report.xml /app/coverage.xml /app/
COPY --from=builder /app/aro /app/e2e.test /usr/local/bin/
ENTRYPOINT ["aro"]
EXPOSE 2222/tcp 8080/tcp 8443/tcp 8444/tcp
USER 1000
Expand Down

0 comments on commit 2c72e07

Please sign in to comment.