Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmanos committed Jun 3, 2024
1 parent d4da529 commit ba37bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet-enterprise-configurations/vid-issuer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/gunet/wallet-enterprise:base AS builder
WORKDIR /app

RUN rm -rf src/configuration/
COPY ./wallet-enterprise-configurations/vid-issuer/src/configuration src/configuration:rw
COPY ./wallet-enterprise-configurations/vid-issuer/src/configuration src/configuration
COPY ./wallet-enterprise-configurations/vid-issuer/public/styles/styles.css public/styles/styles.css
COPY ./wallet-enterprise-configurations/vid-issuer/public/images public/images
COPY ./wallet-enterprise-configurations/vid-issuer/views/header.pug views/header.pug
Expand Down

0 comments on commit ba37bb2

Please # to comment.