Skip to content

Commit

Permalink
Update Dockerfile for new sbom filename
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Dec 3, 2024
1 parent 1ca232d commit 3630c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ RUN apk --no-cache add gettext && \
mkdir /usr/share/nginx/html/app

COPY ./dist/ /usr/share/nginx/html/app/
COPY ./pass-ui-*-cyclonedx.json /
COPY ./pass-ui-*-cyclonedx-sbom.json /

ENTRYPOINT [ "/bin/entrypoint.sh" ]

0 comments on commit 3630c9d

Please sign in to comment.