Skip to content

Commit

Permalink
add webmanifest on docker image of acme verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmanos committed Jul 5, 2024
1 parent 6d51021 commit afdc870
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wallet-enterprise-configurations/acme-verifier/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN rm -rf /app/src/configuration/

COPY ./wallet-enterprise-configurations/acme-verifier/src/configuration src/configuration
COPY ./wallet-enterprise-configurations/acme-verifier/public/styles/styles.css public/styles/styles.css
COPY ./wallet-enterprise-configurations/acme-verifier/public/site.webmanifest public/site.webmanifest
COPY ./wallet-enterprise-configurations/acme-verifier/views/index.pug views/index.pug
COPY ./wallet-enterprise-configurations/acme-verifier/views/header.pug views/header.pug
COPY ./wallet-enterprise-configurations/acme-verifier/views/verifier/public_definitions.pug views/verifier/public_definitions.pug
Expand Down

0 comments on commit afdc870

Please sign in to comment.